Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 authored Jan 8, 2024
1 parent b873b97 commit ad5652d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
# 执行部署
- name: Deploy to Pages
run: |
ls .vitepress
cd .vitepress/dist
git init
git config user.name "gelxgx"
git config user.name "HBcao233"
git config user.email "${{ secrets.GIT_EMAIL }}"
git add -A
git commit -m 'deploy'
git push -f https://gelxgx:${{ secrets.ACCESS_TOKEN }}@github.com/gelxgx/blog.git master:gh-pages
git push -f https://HBcao233:${{ secrets.ACCESS_TOKEN }}@github.com/HBcao233/HGModWiki.git master:gh-pages
cd -

0 comments on commit ad5652d

Please sign in to comment.