Skip to content

Commit fd26d1b

Browse files
committed
Fix Sphinx linkcheck in build.yaml
1 parent a18ccf6 commit fd26d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
environment-file: environment.yaml
4747

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

5050

5151
link-check-last-tagged:
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
environment-file: environment.yaml
6464

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

6767

6868
build:

0 commit comments

Comments
 (0)