We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58d6d9 commit 8f5776bCopy full SHA for 8f5776b
.github/workflows/jekyll.yml
@@ -66,7 +66,7 @@ jobs:
66
key: ${{ runner.os }}-tina-${{ hashFiles('.tina/config.js') }}
67
- name: Build Tina CMS
68
if: steps.cache_tinacms_restore.outputs.cache-hit != 'true'
69
- run: npx tinacms@1.2.1 build
+ run: npm run build
70
71
- name: Build Jekyll
72
env:
0 commit comments