Skip to content

Commit 841a24a

Browse files
committed
CI: do not check URLs on github
Running sphinx linkcheck on the github CI now fails for all our references to the UEFI website ("403 Client Error: Forbidden for url"). As a workaround, run only the local checks on the CI for the moment. Signed-off-by: Vincent Stehlé <[email protected]>
1 parent 26c17b1 commit 841a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
pip3 install --user --break-system-packages mako typing Sphinx~=7.4
8585
8686
- name: 'Check'
87-
run: make check
87+
run: make check-local
8888

8989
- name: 'Build PDF'
9090
run: |

0 commit comments

Comments
 (0)