We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a61f2b commit fa403acCopy full SHA for fa403ac
1 file changed
.github/workflows/html-proofer.yml
@@ -27,4 +27,6 @@ jobs:
27
run: bundle exec jekyll build
28
29
- name: Run HTMLProofer
30
- run: bundle exec htmlproofer ./_site --allow-hash-href
+ run: bundle exec htmlproofer ./_site \
31
+ --allow-hash-href \
32
+ --ignore-urls "/f-droid.org/"
0 commit comments