Skip to content

Commit

Permalink
Try to ignore /categories/
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 29, 2024
1 parent d704591 commit 7ef267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef267a

Please sign in to comment.