Skip to content

Commit

Permalink
Lock versions and remove bad section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 19, 2024
1 parent dd1f44a commit 1ec3c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: taiki-e/cache-cargo-install-action@v2
with:
locked: false
tool: mdbook
tool: mdbook@0.4.40

- name: Install mdbook-i18n-helpers
uses: taiki-e/cache-cargo-install-action@v2
# noinspection YAMLSchemaValidation
with:
locked: false
tool: mdbook-i18n-helpers
tool: mdbook-i18n-helpers@0.3.4

- name: Build the book
run: sh scripts/full-build.sh
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ To generate the translations and build the book, you can run:
```bash
sh scripts/single-build.sh <FEW_LETTER_LANG_IDENTIFER> <OUTPUT_DIR>
```
Instead of running that script, you can also simply serve the content using `mdbook serve`, like so (replace XX with your language code):
```bash
MDBOOK_BOOK__LANGUAGE="XX" mdbook serve
```

0 comments on commit 1ec3c7f

Please sign in to comment.