Skip to content

Adding new iOS Tutorial (#3019) #88

Adding new iOS Tutorial (#3019)

Adding new iOS Tutorial (#3019) #88

Workflow file for this run

name: Deploy docs to production
on:
push:
branches:
- main
- release/1.0
paths:
- docs/**
permissions:
contents: read
jobs:
publish:
permissions:
contents: read
uses: apollographql/docs/.github/workflows/publish.yml@main
secrets:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}