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 9cdacfd commit 2733047
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,9 +34,8 @@ jobs:
# 执行部署
- name: Deploy to Pages
run: |
ls -a
ls ./.vitepress
cd ./.vitepress/dist
ls .vitepress
cd .vitepress/dist
git init
git config user.name "gelxgx"
git config user.email "${{ secrets.GIT_EMAIL }}"
Expand Down

0 comments on commit 2733047

Please sign in to comment.