Skip to content

Commit a62ca92

Browse files
committed
try different action with caching
1 parent 4d9ce37 commit a62ca92

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/github_pages.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
with:
2626
mdbook-version: "latest"
2727

28-
- uses: actions-rs/toolchain@v1
28+
- uses: actions-rs/[email protected]
2929
with:
30-
toolchain: stable
31-
- uses: actions-rs/cargo@v1
32-
with:
33-
command: install
34-
args: mdbook-webinclude mdbook-yml-header mdbool-pagetoc
30+
crate: mdbook-webinclude mdbook-yml-header mdbool-pagetoc
31+
version: latest
32+
use-tool-cache: true
3533

3634
- name: Build book
3735
run: mdbook build specs

0 commit comments

Comments
 (0)