Skip to content

Commit

Permalink
Update htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Dec 3, 2023
1 parent f642379 commit 63d33f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
JEKYLL_ENV: production
- name: Check broken links to pages
run: |
bundle exec htmlproofer _site \
--check-internal-hash \
--assume-extension \
--disable-external \
bundle exec htmlproofer ../../_site \
--enforce-https false \
--disable-external true \
--ignore-missing-alt true \
--allow-missing-href true \
--ignore-missing-alt true
--check-internal-hash true
env:
JEKYLL_ENV: production

Expand Down

0 comments on commit 63d33f2

Please sign in to comment.