Skip to content

Commit

Permalink
Hide TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 25, 2024
1 parent d1599cd commit 08dbb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
cd ./html
find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \;
- name: Remove TEMPLATE
- name: Hide TEMPLATE
run: |
cd ./html
rm TEMPLATE.html
rm -f TEMPLATE.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 08dbb65

Please sign in to comment.