Skip to content

Commit

Permalink
ci: 修正打包后的目录
Browse files Browse the repository at this point in the history
  • Loading branch information
laizuan committed Jul 26, 2024
1 parent 7b86965 commit 05abfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ env.SERVER_PRIVATE_KEY }}
ARGS: '-avz --delete'
SOURCE: 'docs/.vitepress/dist/'
SOURCE: 'src/.vitepress/dist/'
REMOTE_HOST: ${{ env.SERVER_HOST }}
REMOTE_USER: ${{ env.USER_NAME }}
TARGET: /home/project/client/blog
Expand Down

0 comments on commit 05abfdb

Please sign in to comment.