Skip to content

Commit

Permalink
ci: Update HTMLProofer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 18, 2024
1 parent 9cffb46 commit 1b88c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: bundle exec jekyll build

- name: Run HTMLProofer
run: bundle exec htmlproofer --enforce-https false --disable-external --allow-hash-href ./_site
run: bundle exec htmlproofer --no-enforce-https --disable-external --allow-hash-href ./_site

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1b88c04

Please sign in to comment.