Skip to content

Commit 0c7100b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
bundle exec htmlproofer _site \
5656
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
57+
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,/\/infix\//"
5858
5959
- name: Upload site artifact
6060
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)