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
|
uses: actions/checkout@v3
|
||||||
- run: cp -r static/uploads/screenshots assets/images
|
- run: cp -r static/uploads/screenshots assets/images
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Build TinaCMS
|
# - name: Build TinaCMS
|
||||||
env:
|
# env:
|
||||||
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
|
# TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
|
||||||
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
|
# TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
|
||||||
run: npx tinacms build
|
# run: npx tinacms build
|
||||||
- name: Hugo setup
|
- name: Hugo setup
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user