Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Mar 3, 2023
1 parent c884130 commit 9849585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
MDBOOK_BUILD__CREATE_MISSING: "false" # Prevent creating missing files in SUMMARY.md
MDBOOK_OUTPUT__LINKCHECK__COMMAND: "../mdbook-linkcheck"
MDBOOK_OUTPUT__LINKCHECK__OPTIONAL: "false"
MDBOOK_BOOK__LANGUAGE=it
MDBOOK_BOOK__LANGUAGE: "it"
run: |
mdbook build -d book/it
mv book/it/custom book/custom/it
Expand Down

0 comments on commit 9849585

Please sign in to comment.