From 53f084021b2cc33a5a35e6abb435327095dc2073 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 12 Feb 2021 19:20:48 +0100 Subject: [PATCH] CI: Fix typo in cache key --- .github/workflows/ci.yml | 4 ++-- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df3d4b9..b517a0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: path: | ~/.cargo/bin - key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.DBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} + key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} - name: Install latest stable Rust toolchain if: steps.mdbook-cache.outputs.cache-hit != 'true' @@ -63,7 +63,7 @@ jobs: with: path: | ~/.cargo/bin - key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.DBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} + key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} - name: Install latest stable Rust toolchain if: steps.mdbook-cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index efbde94..7200c48 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: with: path: | ~/.cargo/bin - key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.DBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} + key: ${{ runner.os }}-${{ steps.mdbook-version.outputs.MDBOOK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_LINKCHECK_VERSION }}--${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }} - name: Install latest stable Rust toolchain if: steps.mdbook-cache.outputs.cache-hit != 'true'