Skip to content

Commit

Permalink
更新workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phantooom committed Apr 7, 2024
1 parent 14c6376 commit abc2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
git config --global user.email $GIT_EMAIL
cd public && git init && git add .
git commit -m "Site deployed by GitHub Actions"
git remote add blog https://${{ secrets.GITHUB_TOKEN }}@github.com/phantooom/phantooom.github.io.git
git remote add blog https://${{ secrets.action }}@github.com/phantooom/phantooom.github.io.git
git push --force --quiet blog master

0 comments on commit abc2c09

Please sign in to comment.