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 5d97cdf commit 2d2bc12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
# 执行部署
- name: Deploy to Pages
run: |
cd .vitepress/dist
ls
cd ./.vitepress/dist
git init
git config user.name "gelxgx"
git config user.email "${{ secrets.GIT_EMAIL }}"
Expand Down

0 comments on commit 2d2bc12

Please sign in to comment.