Skip to content

Fix backtick code formatting in ApolloCompilerPlugin docs (#5849) #236

Fix backtick code formatting in ApolloCompilerPlugin docs (#5849)

Fix backtick code formatting in ApolloCompilerPlugin docs (#5849) #236

Workflow file for this run

# This triggers a release of all the apollo docs
# The deploy preview for a single docset are handled in netlify.toml
name: Deploy docs to production
on:
push:
branches:
- main
- release-3.x
- release-2.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 }}