Skip to content

Commit 9575a63

Browse files
authored
Merge pull request #2967 from steffengraber/add-fix-artifact
Copy documentation to CI artifacts
2 parents d70928e + 2eb5ed5 commit 9575a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
name: "sphinx-rtd output"
376376
path: |
377377
build/sphinx-output.log
378-
build/userdoc/html/
378+
build/doc/_build/html/
379379
380380
sphinx-conda:
381381
# as close as possible to the suggested user docs build in the documentation
@@ -414,7 +414,7 @@ jobs:
414414
with:
415415
path: |
416416
build/sphinx-output.log
417-
build/userdoc/html/
417+
build/doc/_build/html/
418418
419419
build_linux:
420420
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}

0 commit comments

Comments
 (0)