Skip to content

Commit 39932b3

Browse files
authored
ci: build and deploy spanish version
1 parent 7fe5465 commit 39932b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
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
2929
echo "$(pwd)/bin" >> ${GITHUB_PATH}
3030
- name: Build with mdBook
31-
run: mdbook build
31+
run: mdbook build --language es
3232
- name: Copying the index
3333
run: cp ./index.html ./book/index.html
3434
- name: Upload artifact

0 commit comments

Comments
 (0)