Skip to content

Commit 1681722

Browse files
committed
fix: 修改CI配置
1 parent 2d3e29d commit 1681722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ secrets.ECS_USERNAME }}
3030
password: ${{ secrets.ECS_PASSWORD }}
3131
source: './dist/*'
32-
target: '/root/mybatis-plus-doc/'
32+
target: '/var/www/mybatis-plus-doc/'
3333
# rm: true
3434
- name: Deploy to GitHub Pages
3535
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)