Skip to content

Commit b0dc37a

Browse files
authored
fix(ci): build pr preview
1 parent be54d98 commit b0dc37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
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
7070
echo "$(pwd)/bin" >> ${GITHUB_PATH}
7171
- name: Build with mdBook
72-
run: mdbook build --language es
72+
run: mdbook build
7373

7474
# Deploy
7575
- name: Deploy

0 commit comments

Comments
 (0)