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 8f9720e commit 7afc062Copy full SHA for 7afc062
.github/workflows/ci.yml
@@ -35,11 +35,13 @@ jobs:
35
- name: HTMLProofer
36
run: |
37
# Check all links
38
+ # Don't check links to twitter.com because they return 400 all the time
39
bundle exec htmlproofer ./_site/\
40
--only-4xx\
41
--ignore-empty-alt=true\
42
--allow-hash-href=true\
43
--enforce-https=false\
44
--ignore-missing-alt=true\
45
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
46
+ --ignore-urls "/twitter.com/,/x.com/"\
47
--cache '{ "timeframe": { "external": "30d" } }'
0 commit comments