mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
update workflows
This commit is contained in:
parent
ed16d5a6b1
commit
300778c98d
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -29,7 +29,8 @@ jobs:
|
||||
echo "$(pwd)/bin" >> ${GITHUB_PATH}
|
||||
- name: Install mdbook-typst-pdf
|
||||
run: |
|
||||
curl -sL -o bin/mdbook-typst-pdf https://github.com/KaiserY/mdbook-typst-pdf/releases/download/0.2.2/mdbook-typst-pdf-x86_64-unknown-linux-gnu
|
||||
mkdir -p bin
|
||||
curl -sSL https://github.com/KaiserY/mdbook-typst-pdf/releases/download/v0.3.1/mdbook-typst-pdf-x86_64-unknown-linux-musl.tar.xz | tar -xz --directory=bin
|
||||
chmod +x bin/mdbook-typst-pdf
|
||||
echo "$(pwd)/bin" >> ${GITHUB_PATH}
|
||||
- name: Install font
|
||||
|
Loading…
Reference in New Issue
Block a user