Skip to content

Commit

Permalink
Uno más tiempo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 18, 2024
1 parent e55aa36 commit dd1f44a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ jobs:
- name: Install mdbook
uses: taiki-e/cache-cargo-install-action@v2
# noinspection YAMLSchemaValidation
locked: false
with:
locked: false
tool: mdbook

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

- name: Build the book
Expand Down

0 comments on commit dd1f44a

Please sign in to comment.