We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8249771 commit 170a24cCopy full SHA for 170a24c
.github/workflows/deploy.yml
@@ -38,12 +38,6 @@ jobs:
38
TINA_SEARCH_TOKEN: ${{ secrets.TINA_SEARCH_TOKEN }}
39
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
40
ENABLE_ANALYTICS: ${{ github.ref == 'refs/heads/master' }}
41
- - uses: actions/cache/save@v4
42
- with:
43
- path: |
44
- .cache
45
- img
46
- key: 11ty-${{ runner.os }}-${{ github.run_id }}
47
- name: Publish to Cloudflare Pages
48
uses: cloudflare/pages-action@v1
49
with:
@@ -53,3 +47,9 @@ jobs:
53
directory: dist
54
# Optional: Enable this if you want to have GitHub Deployments triggered
55
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
50
+ - uses: actions/cache/save@v4
51
+ with:
52
+ path: |
+ .cache
+ img
+ key: 11ty-${{ runner.os }}-${{ github.run_id }}
0 commit comments