Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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