Skip to content

Commit

Permalink
try different action with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Mar 4, 2024
1 parent 4d9ce37 commit a62ca92
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
with:
mdbook-version: "latest"

- uses: actions-rs/toolchain@v1
- uses: actions-rs/[email protected]
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: install
args: mdbook-webinclude mdbook-yml-header mdbool-pagetoc
crate: mdbook-webinclude mdbook-yml-header mdbool-pagetoc
version: latest
use-tool-cache: true

- name: Build book
run: mdbook build specs
Expand Down

0 comments on commit a62ca92

Please sign in to comment.