Skip to content

Commit

Permalink
fix[workflow]: deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Nov 2, 2024
1 parent f0b3cab commit 769b0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
git config --local user.email $USER_EMAIL
git add --all
git commit -m "Deploy to GitHub Pages"
git branch -M main
git push --force https://$COMMIT_SECRET@github.com/$GITHUB_REPOSITORY.git main:gh-pages

0 comments on commit 769b0ab

Please sign in to comment.