Skip to content

Commit 8a79842

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/tools/mdbook

11.9 MB
Binary file not shown.

.github/tools/mdbook-katex

4.49 MB
Binary file not shown.

.github/workflows/deploy_books.yml

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

1616
- name: Install mdBook
1717
run: |
18-
curl -sSL https://github.com/rust-lang/mdBook/releases/latest/download/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz
19-
sudo mv mdbook /usr/local/bin
20-
18+
chmod +x tools/mdBook
19+
chmod +x tools/mdBook-katex
20+
echo "${GITHUB_WORKSPACE}/tools" >> $GITHUB_PATH
21+
2122
- name: Build the book
2223
working-directory: book_template
2324
run: mdbook build

0 commit comments

Comments
 (0)