Skip to content

Commit

Permalink
修复部署分支错误
Browse files Browse the repository at this point in the history
  • Loading branch information
siuze committed Jan 17, 2024
1 parent 6eb8907 commit 96d0623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Build GitHub Pages
env:
USE_SSH: true
GIT_USER: git
DEPLOYMENT_BRANCH: master
DEPLOYMENT_BRANCH: docusaurus
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions-blog-build"
Expand Down

0 comments on commit 96d0623

Please sign in to comment.