Skip to content

Commit

Permalink
Fix workflow script for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Sep 3, 2024
1 parent 178bcbb commit b6d4ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: |
cd ./build/
coscmd upload -rs --delete -f ./ / --ignore index.html
rm -rf !(index.html)
#rm -rf !(index.html)
rm -rf assets
- name: Publish to GitHub Pages
run: |
# Create a temporary directory
Expand Down

0 comments on commit b6d4ffa

Please sign in to comment.