Skip to content

Commit

Permalink
remove htmlproofer config and ignore https
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed Jul 1, 2024
1 parent d6868bd commit 2998e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Test site
run: |
bundle exec htmlproofer _site \
--config htmlproofer.yml \
--disable-external \
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
\-\-enforce-https=false \
\-\-disable-external \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
Expand Down
7 changes: 0 additions & 7 deletions htmlproofer.yml

This file was deleted.

0 comments on commit 2998e24

Please sign in to comment.