Merge pull request #7838 from apollographql/docs/update-codesandbox-b… #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy docs to production | |
on: | |
push: | |
branches: | |
- main | |
- version-2 | |
- version-3 | |
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 }} |