Skip to content

Commit

Permalink
Test more caching
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisjonas committed Apr 20, 2024
1 parent 70a0d9a commit 7ebd0a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
with:
path: |
.cache
img
dist/img
./img
dist/assets/*.jpeg
dist/assets/*.webp
key: 11ty-${{ runner.os }}-${{ github.run_id }}
restore-keys: |
11ty-${{ runner.os }}
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
with:
path: |
.cache
img
dist/img
./img
dist/assets/*.jpeg
dist/assets/*.webp
key: 11ty-${{ runner.os }}-${{ github.run_id }}

0 comments on commit 7ebd0a7

Please sign in to comment.