From 746023e0b7e1e2788887e62bf7ec3b0dd7f2c1b3 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Tue, 12 Nov 2024 22:47:28 +0900 Subject: [PATCH] build: disable internal hash check --- .github/workflows/pages-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index cc28f99..aa27825 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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