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 7fe5465 commit 39932b3Copy full SHA for 39932b3
.github/workflows/deploy-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
curl -sSL https://github.com/RustLangES/mdBook/releases/download/v0.4.36-localization-v0.6/mdbook-v0.4.36-localization-v0.6-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
29
echo "$(pwd)/bin" >> ${GITHUB_PATH}
30
- name: Build with mdBook
31
- run: mdbook build
+ run: mdbook build --language es
32
- name: Copying the index
33
run: cp ./index.html ./book/index.html
34
- name: Upload artifact
0 commit comments