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 2d2bc12 commit 9cdacfd
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: |
ls
ls -a
ls ./.vitepress
cd ./.vitepress/dist
git init
git config user.name "gelxgx"
Expand Down

0 comments on commit 9cdacfd

Please sign in to comment.