build: disable internal hash check

This commit is contained in:
2024-11-12 22:47:28 +09:00
parent c446506f4a
commit 746023e0b7

View File

@@ -54,7 +54,8 @@ jobs:
run: |
bundle exec htmlproofer _site \
\-\-disable-external \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
\-\-no-check-internal-hash
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3