Skip to content

Commit

Permalink
removing before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Nov 3, 2023
1 parent e83594e commit e619c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git checkout --orphan gh-pages
git rm --cached -r .
git rm -rf .
mv build/* .
git add -A
git commit -m "Auto-deployed by GitHub Actions"
Expand Down

0 comments on commit e619c1f

Please sign in to comment.