Skip to content

feat: APP-475 add language subfolders and custom new doc options (#73) #81

feat: APP-475 add language subfolders and custom new doc options (#73)

feat: APP-475 add language subfolders and custom new doc options (#73) #81

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
sanity-deploy:
runs-on: ubuntu-22.04
name: Deploy Sanity
steps:
- uses: actions/checkout@v2
- name: deploy-studio
uses: sanity-io/[email protected]
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
with:
args: . deploy
- name: deploy-graphql
run: |
SANITY_AUTH_TOKEN="${{ secrets.SANITY_AUTH_TOKEN }}" \
yarn deploy-graphql:production