Skip to content

apply formatting to "apple" (#5094) #151

apply formatting to "apple" (#5094)

apply formatting to "apple" (#5094) #151

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