From a62ca9297ef44a40e905154247986ae677b750ef Mon Sep 17 00:00:00 2001 From: Wondertan Date: Mon, 4 Mar 2024 21:51:51 +0100 Subject: [PATCH] try different action with caching --- .github/workflows/github_pages.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 3c1f2d0924..1beb6b0228 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -25,13 +25,11 @@ jobs: with: mdbook-version: "latest" - - uses: actions-rs/toolchain@v1 + - uses: actions-rs/install@v0.1 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