Skip to content

Commit

Permalink
Gonna lose it...
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 18, 2024
1 parent 0aea9e2 commit 808eeec
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/create_book.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: github pages

permissions:
contents: read
pages: write
id-token: write

on:
push:
branches:
Expand All @@ -18,10 +23,14 @@ jobs:
sudo apt install gettext
- name: Install mdbook
run: cargo install mdbook
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: mdbook

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: mdbook-i18n-helpers

- name: Build the book
run: sh scripts/full-build.sh
Expand Down

0 comments on commit 808eeec

Please sign in to comment.