Skip to content

Commit

Permalink
feat: add tinacms build step
Browse files Browse the repository at this point in the history
  • Loading branch information
muffn committed Dec 27, 2024
1 parent 3b2bb5e commit 190bfb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
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@v3

Expand Down

0 comments on commit 190bfb9

Please sign in to comment.