Skip to content

[docs] Update migrating-from-gateway with error codes (#5693) #251

[docs] Update migrating-from-gateway with error codes (#5693)

[docs] Update migrating-from-gateway with error codes (#5693) #251

Workflow file for this run

name: Deploy docs to production
on:
push:
branches:
- main
paths:
- docs/**
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 }}