Skip to content

Commit 539be1a

Browse files
committed
Fix path to upload artifact
1 parent 12d51ab commit 539be1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
container: ghcr.io/fenics/dolfinx/lab:v0.9.0
1919
env:
20-
PUBLISH_DIR: ./_build/html
20+
PUBLISH_DIR: ./build
2121
PYVISTA_OFF_SCREEN: false
2222
PYVISTA_JUPYTER_BACKEND: "html"
2323

0 commit comments

Comments
 (0)