Skip to content

Commit 12eb648

Browse files
committed
add blog
1 parent 41126ea commit 12eb648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
user: ${{ secrets.USER_NAME }}
3636
pass: ${{ secrets.USER_PASS }}
3737
connect_timeout: 10s
38-
local: 'dist/.vitepress/dist/*'
38+
local: 'docs/.vitepress/dist/*'
3939
# source: "docs/.vitepress/dist/*"
4040
remote: ${{ secrets.USER_TARGET }}

0 commit comments

Comments
 (0)