Skip to content

Commit

Permalink
Create docs-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades authored Mar 22, 2022
1 parent fecf44b commit 6247905
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy docs to production

on:
push:
branches:
- main
- release/1.0
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 }}

0 comments on commit 6247905

Please sign in to comment.