Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Oct 29, 2024
1 parent d649d7e commit 7755bdb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/build-mdbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,17 @@ runs:
url="https://github.com/lzanini/mdbook-katex/releases/download/0.9.0-binaries/mdbook-katex-v0.9.0-x86_64-unknown-linux-gnu.tar.gz"
curl -sSL "$url" | tar -xz --directory=bin
shell: bash
- name: Install mdbook-i18n-helpers
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install mdbook-i18n-helpers
- name: Build the book and check for broken links
run: MDBOOK_BOOK__LANGUAGE=zh_CN mdbook build
env:
RUST_LOG: INFO
shell: bash
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./book

0 comments on commit 7755bdb

Please sign in to comment.