We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403ec4c commit 97183a0Copy full SHA for 97183a0
.github/workflows/jekyll.yml
@@ -67,7 +67,9 @@ jobs:
67
- uses: actions/cache/restore@v3
68
id: cache_tinacms_restore
69
with:
70
- path: .tina/__generated__
+ path: |
71
+ .tina/__generated__
72
+ ./_site/admin
73
key: ${{ runner.os }}-tina-${{ hashFiles('.tina/config.js') }}
74
- name: Build TinaCMS
75
if: steps.cache_tinacms_restore.outputs.cache-hit != 'true'
@@ -85,7 +87,9 @@ jobs:
85
87
id: cache_tinacms_save
86
88
89
90
91
92
93
94
- name: Upload artifact
95
# Automatically uploads an artifact from the './_site' directory by default
0 commit comments