Skip to content

Commit

Permalink
ignore some errors in html-proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Feb 5, 2024
1 parent ad015d5 commit d57c77b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:
env:
JEKYLL_ENV: production
- name: test HTML validity
run: bundle exec htmlproofer _site/ --disable-external true --enforce-https false --log-level :debug
run: >
bundle exec htmlproofer _site/
--disable-external true
--enforce-https false
--allow-missing-href=true
--log-level :debug
- name: Upload artifact
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit d57c77b

Please sign in to comment.