Skip to content

Commit

Permalink
Hide categories.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 25, 2024
1 parent 313c8d9 commit 2bbc90e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
# Includes history for MkDocs plugin
fetch-depth: 0

- name: Hide TEMPLATE
run: sudo rm -f TEMPLATE.md
- name: Hide redundant pages
run: |
sudo rm -f TEMPLATE.md
sudo rm -f categories.md
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 2bbc90e

Please sign in to comment.