summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-14 12:34:33 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-14 12:43:35 +0100
commitceec255b4b161285d83387a7c442a71194d984c4 (patch)
tree2c5d154d72984bfcd2f794c8c85c3debfb39f64c
parent6f9c975596d23cb4c9c5810e7c29702ab9a4373c (diff)
Ignore fonts when checking links
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4153a4d..a4094d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ linkcheck:
script:
# Run linkchecker against the pushed (and deployed) branch. Exclude mailto: links, as the ones
# which we commonly use miss a MX record.
- - linkchecker --check-extern --ignore-url=mailto https://schleuder.org/$DEPLOY_SLUG
+ - linkchecker --check-extern --ignore-url=mailto --ignore-url=woff https://schleuder.org/$DEPLOY_SLUG
only:
# This job relies on secret env vars, which are only available in our repo.
- branches@schleuder/schleuder-website