Skip to content

Commit

Permalink
correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Nov 3, 2023
1 parent e619c1f commit d1cc182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
mv build/* .
git add -A
git commit -m "Auto-deployed by GitHub Actions"
git branch -D main
git branch -m main
git push -f origin main:gh-pages
git branch -D master
git branch -m master
git push -f origin master:gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1cc182

Please sign in to comment.