Skip to content

Commit 04e64e9

Browse files
committed
always succeed with linkcheck
1 parent 19ed1fe commit 04e64e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qaqc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
with open('./_config.yml', 'w') as f:
4848
yaml.dump(data, f)
4949
50+
# Checking links is flaky, so continue-on-error: true
5051
- name: Check External Links
5152
timeout-minutes: 5
53+
continue-on-error: true
5254
if: always()
5355
run: |
5456
jupyter-book build ./ --builder linkcheck

0 commit comments

Comments
 (0)