Skip to content

Commit 59301ed

Browse files
构建工具提交
1 parent 8a79842 commit 59301ed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/deploy_books.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ jobs:
1515

1616
- name: Install mdBook
1717
run: |
18-
chmod +x tools/mdBook
19-
chmod +x tools/mdBook-katex
20-
echo "${GITHUB_WORKSPACE}/tools" >> $GITHUB_PATH
18+
chmod +x .github/tools/mdBook
19+
chmod +x .github/tools/mdBook-katex
20+
echo "${GITHUB_WORKSPACE}/.github/tools" >> $GITHUB_PATH
2121
22+
- name: Verify mdbook version
23+
run: mdbook --version
24+
25+
- name: Verify mdbook-katex version
26+
run: mdbook-katex --version
27+
2228
- name: Build the book
2329
working-directory: book_template
2430
run: mdbook build

0 commit comments

Comments
 (0)