Skip to content

fix: update link to sandbox in schema-driven testing docs page (#11820) #190

fix: update link to sandbox in schema-driven testing docs page (#11820)

fix: update link to sandbox in schema-driven testing docs page (#11820) #190

Workflow file for this run

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