Skip to content

Commit 848f3a6

Browse files
构建流程修复
1 parent 59301ed commit 848f3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_books.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Install mdBook
1717
run: |
18-
chmod +x .github/tools/mdBook
19-
chmod +x .github/tools/mdBook-katex
18+
chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook"
19+
chmod +x "${GITHUB_WORKSPACE}/.github/tools/mdBook-katex"
2020
echo "${GITHUB_WORKSPACE}/.github/tools" >> $GITHUB_PATH
2121
2222
- name: Verify mdbook version

0 commit comments

Comments
 (0)