Skip to content

Commit

Permalink
Fix tinacms build step
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloThys committed May 12, 2024
1 parent ca840fd commit 03c2f05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ permissions:
id-token: write

jobs:
build-tinacms-admin:
env:
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
run: npx tinacms build
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Build TinaCMS
env:
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
run: npx tinacms build
- name: Install, build, and upload your site
uses: withastro/action@v2
# with:
Expand Down

0 comments on commit 03c2f05

Please sign in to comment.