Skip to content

Commit 00d9073

Browse files
committed
github: remove haskellstack.org from link check
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>
1 parent 6956c71 commit 00d9073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
- uses: seL4/ci-actions/link-check@master
3232
with:
3333
token: ${{ secrets.READ_TOKEN }}
34+
# produces 403 for link checkers now:
35+
exclude_urls: ".*haskellstack.org.*"

0 commit comments

Comments
 (0)