Skip to content

Commit

Permalink
Merge branch 'main' into translation/zh-CN
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmengCC committed Jun 4, 2024
2 parents 4168a33 + 5f72514 commit 7ed6d69
Show file tree
Hide file tree
Showing 18 changed files with 5,643 additions and 3,271 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.36
run: cargo install mdbook --locked --version 0.4.37
shell: bash

- name: Install mdbook-svgbob
Expand All @@ -17,14 +17,14 @@ runs:

- name: Install mdbook-pandoc and related dependencies
run: |
cargo install mdbook-pandoc --locked --version 0.5.0
cargo install mdbook-pandoc --locked --version 0.6.4
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-amd64.tar.gz | tar zxf -
echo "$PWD/pandoc-3.1.12.2/bin" >> $GITHUB_PATH
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz | tar zxf -
echo "$PWD/pandoc-3.2/bin" >> $GITHUB_PATH
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
run: cargo install mdbook-i18n-helpers --locked --version 0.3.3
shell: bash

- name: Install mdbook-exerciser
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ matter = "0.1.0-alpha4"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.202"
serde = "1.0.203"
serde_json = "1.0.117"
serde_yaml = "0.9"
Loading

0 comments on commit 7ed6d69

Please sign in to comment.