Skip to content

Release: 1.3.2 (#3133) #101

Release: 1.3.2 (#3133)

Release: 1.3.2 (#3133) #101

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