Skip to content

Update min version of Kotlin in README and doc (#5750) #226

Update min version of Kotlin in README and doc (#5750)

Update min version of Kotlin in README and doc (#5750) #226

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