1 parent b06ece8 commit 4c49ef4Copy full SHA for 4c49ef4
1 file changed
.github/workflows/deploy.yml
@@ -28,10 +28,6 @@ jobs:
28
run: npm install
29
- name: build app
30
run: npm run build
31
- # 新增的调试步骤
32
- - name: List build files
33
- run: ls -laR docs/.vitepress/dist
34
-
35
- name: 部署到云服务器
36
uses: appleboy/scp-action@v0.1.7
37
with:
@@ -40,3 +36,4 @@ jobs:
40
password: ${{ secrets.USER_PASS }}
41
source: "docs/.vitepress/dist/*"
42
38
target: ${{ secrets.USER_TARGET }}
39
+ debug: true
0 commit comments