You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: .github/workflows/build.yml
+8
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@ jobs:
29
29
with:
30
30
globs: 'docssrc/src/*.md'
31
31
32
+
- name: Build the documentation with mdBook
33
+
continue-on-error: true # If link checking fails with 403, that's probably just a timing/automated-related issue. We can ignore those - forcing the whole build to fail for this is not ideal.
0 commit comments