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 274a283 commit 89a3a71Copy full SHA for 89a3a71
.github/workflows/pr-preview.yml
@@ -69,7 +69,7 @@ jobs:
69
curl -sSL https://github.com/catppuccin/mdBook/releases/download/v0.1.1/mdbook-catppuccin-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
70
echo "$(pwd)/bin" >> ${GITHUB_PATH}
71
- name: Build with mdBook
72
- run: mdbook build --language es
+ run: mdbook build
73
74
# Deploy
75
- name: Deploy
0 commit comments