We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dbb00 commit e766abaCopy full SHA for e766aba
.github/workflows/ci.yml
@@ -36,12 +36,13 @@ jobs:
36
run: |
37
# Check all links
38
# Don't check links to twitter.com because they return 400 all the time
39
+ # Also ignore github.com because we have too many and they eventually return 429
40
bundle exec htmlproofer ./_site/\
41
--only-4xx\
42
--ignore-empty-alt=true\
43
--allow-hash-href=true\
44
--enforce-https=false\
45
--ignore-missing-alt=true\
46
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
- --ignore-urls "/twitter.com/,/x.com/"\
47
+ --ignore-urls "/twitter.com/,/x.com/,/github.com/"\
48
--cache '{ "timeframe": { "external": "30d" } }'
0 commit comments