Skip to content

Commit

Permalink
Try to have categories available, but hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 29, 2024
1 parent 7ef267a commit cfb86b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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/,\/categories\/"
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,http://www.iso-architecture.org/42010/templates/"
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
Expand Down
5 changes: 5 additions & 0 deletions categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: categories
icon: fas fa-stream
order: 1
---

0 comments on commit cfb86b1

Please sign in to comment.