Skip to content

Commit 4c49ef4

Browse files
committed
ci: add debug
1 parent b06ece8 commit 4c49ef4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
run: npm install
2929
- name: build app
3030
run: npm run build
31-
# 新增的调试步骤
32-
- name: List build files
33-
run: ls -laR docs/.vitepress/dist
34-
3531
- name: 部署到云服务器
3632
uses: appleboy/scp-action@v0.1.7
3733
with:
@@ -40,3 +36,4 @@ jobs:
4036
password: ${{ secrets.USER_PASS }}
4137
source: "docs/.vitepress/dist/*"
4238
target: ${{ secrets.USER_TARGET }}
39+
debug: true

0 commit comments

Comments
 (0)