Skip to content

Commit 274a283

Browse files
authored
Update deploy-pages.yml
1 parent 9ed0205 commit 274a283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
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 --language es
31+
run: mdbook build
3232
- name: Copying the index
3333
run: cp ./index.html ./book/index.html
3434
- name: Upload artifact
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4848
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
49-
command: pages deploy ./artifact --project-name=go-book
49+
command: pages deploy ./artifact --project-name=go-book

0 commit comments

Comments
 (0)