Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Mar 4, 2024
1 parent 417a6e7 commit cfebc8a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,22 @@ jobs:
with:
mdbook-version: "latest"

- uses: actions-rs/install@v0.1
- name: Install mdbook-webinclude
uses: actions-rs/install@v0.1
with:
crate: mdbook-webinclude
version: latest
use-tool-cache: true

- uses: actions-rs/install@v0.1
- name: Install mdbook-yml-header
uses: actions-rs/install@v0.1
with:
crate: mdbook-yml-header
version: latest
use-tool-cache: true

- uses: actions-rs/install@v0.1
- name: Install mdbook-pagetoc
uses: actions-rs/install@v0.1
with:
crate: mdbool-pagetoc
version: latest
Expand Down

0 comments on commit cfebc8a

Please sign in to comment.