Skip to content

Commit

Permalink
github: ignore 403 for jinja in link check
Browse files Browse the repository at this point in the history
http://jinja.pocoo.org/docs/ produces 403 for the link checker, but
works in the browser.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jul 1, 2024
1 parent 47814a1 commit c77562e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: seL4/ci-actions/link-check@master
with:
exclude: js/node_modules
# produces 403 for link checker:
exclude_urls: "http://jinja.pocoo.org/docs/"

style:
name: Style
Expand Down

0 comments on commit c77562e

Please sign in to comment.