Skip to content

Commit 26f0f8f

Browse files
测试
1 parent 848f3a6 commit 26f0f8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_books.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16+
- name: Debug: List files0
17+
run: ls -lR "${GITHUB_WORKSPACE}/"
18+
19+
- name: Debug: List files1
20+
run: ls -lR "${GITHUB_WORKSPACE}/.github/tools"
21+
1622
- name: Install mdBook
1723
run: |
1824
chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook"

0 commit comments

Comments
 (0)