Update main.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
This commit is contained in:
parent
9ae1a7e07c
commit
88c06eee10
|
|
@ -9,11 +9,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- run: cp -r static/uploads/screenshots assets/images
|
||||
- run: npm ci
|
||||
- name: Build TinaCMS
|
||||
env:
|
||||
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
|
||||
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
|
||||
run: npx tinacms build
|
||||
# - name: Build TinaCMS
|
||||
# env:
|
||||
# TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
|
||||
# TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
|
||||
# run: npx tinacms build
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user