Skip to content

Commit 71c7e91

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ 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+
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,/^\/infix\//"
5958
- name: Upload site artifact
6059
uses: actions/upload-pages-artifact@v3
6160
with:

0 commit comments

Comments
 (0)