Skip to content

Commit 8f5776b

Browse files
committed
Fix Tina build... again
1 parent f58d6d9 commit 8f5776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
key: ${{ runner.os }}-tina-${{ hashFiles('.tina/config.js') }}
6767
- name: Build Tina CMS
6868
if: steps.cache_tinacms_restore.outputs.cache-hit != 'true'
69-
run: npx tinacms@1.2.1 build
69+
run: npm run build
7070

7171
- name: Build Jekyll
7272
env:

0 commit comments

Comments
 (0)