Skip to content

Commit

Permalink
Fix Sphinx linkcheck in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Nov 10, 2023
1 parent a18ccf6 commit fd26d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
environment-file: environment.yaml

#- run: sphinx-build -M linkcheck . _build -W --keep-going -a -q
- run: sphinx-build -M linkcheck . _build -W --keep-going -a -q


link-check-last-tagged:
Expand All @@ -62,7 +62,7 @@ jobs:
with:
environment-file: environment.yaml

#- run: sphinx-build -M linkcheck . _build -W --keep-going -a -q
- run: sphinx-build -M linkcheck . _build -W --keep-going -a -q


build:
Expand Down

0 comments on commit fd26d1b

Please sign in to comment.