Skip to content

docs: Correct file name discrepancies in tutorial documentation (#5740) #223

docs: Correct file name discrepancies in tutorial documentation (#5740)

docs: Correct file name discrepancies in tutorial documentation (#5740) #223

Workflow file for this run

name: Deploy docs to production
on:
push:
branches:
- main
- release-2.x
- release-3.x
paths:
- docs/**
jobs:
publish:
uses: apollographql/docs/.github/workflows/publish.yml@main
if: github.repository == 'apollographql/apollo-kotlin'
secrets:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}