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 9ed0205 commit 274a283Copy full SHA for 274a283
.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 --language es
+ run: mdbook build
32
- name: Copying the index
33
run: cp ./index.html ./book/index.html
34
- name: Upload artifact
@@ -46,4 +46,4 @@ jobs:
46
with:
47
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
48
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
49
- command: pages deploy ./artifact --project-name=go-book
+ command: pages deploy ./artifact --project-name=go-book
0 commit comments