Skip to content

Commit

Permalink
Support updating cache contents
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisjonas committed Feb 28, 2024
1 parent 8ab883b commit 28dd478
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
path: |
.cache
img
key: ${{ runner.os }}-11ty
key: 11ty-${{ runner.os }}-${{ github.run_id }}
restore-keys: |
11ty-${{ runner.os }}
${{ runner.os }}-11ty
- name: Build 11ty site
run: yarn build
env:
Expand All @@ -39,7 +42,7 @@ jobs:
path: |
.cache
img
key: ${{ runner.os }}-11ty
key: 11ty-${{ runner.os }}-${{ github.run_id }}
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 28dd478

Please sign in to comment.