Skip to content

Commit

Permalink
Add restore-keys for CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Mar 22, 2024
1 parent 74d917d commit 5611f75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
path: |
~/.cache/cabal
~/.cabal
key: cabal-deps-${{ hashFiles('*cabal*') }}
key: cabal-deps-${{ hashFiles('cabal.project') }}-${{ hashFiles('blog.cabal') }}
restore-keys: |
cabal-deps-${{ hashFiles('cabal.project') }}
save-always: true

- name: Build blog generator
Expand Down

0 comments on commit 5611f75

Please sign in to comment.