Skip to content

Commit

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

0 comments on commit d5a53ae

Please sign in to comment.