Skip to content

Commit

Permalink
CI: do not check URLs on github
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vstehle committed Jan 14, 2025
1 parent 26c17b1 commit 841a24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
pip3 install --user --break-system-packages mako typing Sphinx~=7.4
- name: 'Check'
run: make check
run: make check-local

- name: 'Build PDF'
run: |
Expand Down

0 comments on commit 841a24a

Please sign in to comment.