Skip to content

Commit a8f3108

Browse files
committed
.github: update url ignore list for htmlproofer
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent bb8f987 commit a8f3108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- name: Test site
5454
run: |
5555
bundle exec htmlproofer _site \
56-
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
58-
56+
--disable-external \
57+
--enforce-https=false \
58+
--ignore-urls "/infix/"
5959
- name: Upload site artifact
6060
uses: actions/upload-pages-artifact@v3
6161
with:

0 commit comments

Comments
 (0)