Skip to content
Snippets Groups Projects
Commit 6f3cda84 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(lychee): exclude www.gnu.org (often down)

parent dd8b5a89
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ check-links: ...@@ -68,7 +68,7 @@ check-links:
entrypoint: [""] entrypoint: [""]
stage: build stage: build
script: script:
- lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md - lychee --exclude www.gnu.org --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md
tbc-check: tbc-check:
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment