From 7ef267afb21dcfcc6a8889d544d74d1407dfadc0 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 29 Oct 2024 10:05:04 +0100 Subject: [PATCH] Try to ignore /categories/ --- .github/workflows/pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 913fc05..de21fe9 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -57,7 +57,7 @@ jobs: run: | bundle exec htmlproofer _site \ \-\-disable-external \ - \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,http://www.iso-architecture.org/42010/templates/" + \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,http://www.iso-architecture.org/42010/templates/,\/categories\/" - name: Upload site artifact uses: actions/upload-pages-artifact@v3