Skip to content

Commit 13eb133

Browse files
authored
Merge pull request #360 from abkfenris/link-check
Disable linkcheck for now
2 parents 9093f8d + d633688 commit 13eb133

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check_sphinx_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
- name: Build documentation
2828
shell: bash -l {0}
2929
run: |
30-
make html linkcheck
30+
make html
31+
32+
# - name: Check links
33+
# shell: bash -l {0}
34+
# run: |
35+
# make linkcheck
3136

3237
# workaround https://github.com/actions/upload-artifact/issues/38
3338
- name: tarball

0 commit comments

Comments
 (0)