Skip to content

Commit

Permalink
fix: Fix deploy shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
ittuann committed Aug 18, 2024
1 parent c0e7947 commit e563178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if [[ "$(git ls-files)" ]]; then git rm -rf .; fi
git clean -fxd
cp ../index.html .
cp ../dist ./dist
cp ../iconx ./iconx
cp -r ../dist ./dist
cp -r ../iconx ./iconx
git add .
git commit -s -m "Deployed GitHub Pages - $LATEST_HASH"
Expand Down

0 comments on commit e563178

Please sign in to comment.