diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a8fe3b8..6255242d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}"