Skip to content

Commit

Permalink
gh pages build preprocessers for mdbok
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Mar 4, 2024
1 parent da9a711 commit 4d9ce37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
mdbook-version: "latest"

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: install
args: mdbook-webinclude mdbook-yml-header mdbool-pagetoc

- name: Build book
run: mdbook build specs

Expand Down

0 comments on commit 4d9ce37

Please sign in to comment.