Skip to content

Commit

Permalink
fix: Set cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt23 committed Nov 7, 2023
1 parent fd786be commit b464f8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
~/.cargo/registry
~/.cargo/git
~/.cargo/bin
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit b464f8e

Please sign in to comment.