Skip to content

Release: 1.2.1 (#3059) #93

Release: 1.2.1 (#3059)

Release: 1.2.1 (#3059) #93

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 }}