Skip to content

Commit

Permalink
github: remove haskellstack.org from link check
Browse files Browse the repository at this point in the history
The site doesn't like link checkers any more, so we're removing it from
the check.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Jul 1, 2024
1 parent 6956c71 commit 00d9073
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 @@ -31,3 +31,5 @@ jobs:
- uses: seL4/ci-actions/link-check@master
with:
token: ${{ secrets.READ_TOKEN }}
# produces 403 for link checkers now:
exclude_urls: ".*haskellstack.org.*"

0 comments on commit 00d9073

Please sign in to comment.