Skip to content

Commit

Permalink
Merge pull request #569 from scipp/fix-linkcheck-call
Browse files Browse the repository at this point in the history
Fix invodation of linkcheck
  • Loading branch information
jl-wynen authored Nov 8, 2024
2 parents 7c1789d + fd9a75b commit b9a0391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
if: ${{ inputs.version == '' }}
- run: python -m sphinx -W -v -b doctest -d doctrees docs html
- run: python -m sphinx -W -v -b html -d doctrees docs html
- run: find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete
- run: tox -e linkcheck
- run: python -m sphinx -W -v -b linkcheck -d doctrees docs html
if: ${{ inputs.linkcheck }}
- run: find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete
- uses: actions/upload-artifact@v4
with:
name: docs_html
Expand Down

0 comments on commit b9a0391

Please sign in to comment.