Skip to content

Merge pull request #5 from Yelp/add_why_graphql #20

Merge pull request #5 from Yelp/add_why_graphql

Merge pull request #5 from Yelp/add_why_graphql #20

Workflow file for this run

name: Deploy documentation
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
- run: yarn install
- name: publish to github pages
run: ./deploy_docs.sh