Skip to content

Commit

Permalink
Merge pull request #2967 from steffengraber/add-fix-artifact
Browse files Browse the repository at this point in the history
Copy documentation to CI artifacts
  • Loading branch information
heplesser authored Nov 17, 2023
2 parents d70928e + 2eb5ed5 commit 9575a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nestbuildmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
name: "sphinx-rtd output"
path: |
build/sphinx-output.log
build/userdoc/html/
build/doc/_build/html/
sphinx-conda:
# as close as possible to the suggested user docs build in the documentation
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
with:
path: |
build/sphinx-output.log
build/userdoc/html/
build/doc/_build/html/
build_linux:
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
Expand Down

0 comments on commit 9575a63

Please sign in to comment.