Skip to content

Commit

Permalink
Fix typo in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Dec 19, 2024
1 parent 9267150 commit ed8b364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
#coscmd upload -rs --delete -f ./ / --ignore index.html
#find . -mindepth 1 ! -name index.html -exec rm -rf {} +
coscmd upload -rs --delete -f ./assets /assets
rf -rf assets
rm -rf assets
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ed8b364

Please sign in to comment.