We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c283f9 commit 45e5746Copy full SHA for 45e5746
.github/workflows/deploy-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install mdbook
26
run: |
27
mkdir bin
28
- curl -sSL https://github.com/RustLangES/mdBook/releases/download/v0.4.36-localization-v0.6/mdbook-v0.4.36-localization-v0.8-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
+ curl -sSL https://github.com/RustLangES/mdBook/releases/download/v0.4.36-localization-v0.8/mdbook-v0.4.36-localization-v0.8-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
29
curl -sSL https://github.com/RustForWeb/mdbook-plugins/releases/download/v0.2.3/mdbook-tabs-v0.2.3-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
30
echo "$(pwd)/bin" >> ${GITHUB_PATH}
31
- name: Build with mdBook
0 commit comments