Skip to content

Commit

Permalink
update sanity-deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Jan 5, 2025
1 parent fc3fda4 commit 666376a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ on:
push:
branches: [main]
paths:
- "apps/sanity/**"
- 'apps/sanity/**'
jobs:
deploy:
name: Build and Deploy
runs-on: ubuntu-latest
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY_STUDIO_TOKEN }}
SANITY_STUDIO_PREVIEW_DOMAIN;: ${{ secrets.SANITY_STUDIO_PREVIEW_DOMAIN }}
SANITY_STUDIO_PREVIEW_DOMAIN: ${{ secrets.SANITY_STUDIO_PREVIEW_DOMAIN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: '18.x'
- uses: oven-sh/setup-bun@v2
- name: Deploy Sanity Studio
run: |
Expand Down

0 comments on commit 666376a

Please sign in to comment.