Skip to content

Upgrade to SUSHI 3.1.0 and GoFSH 2.0.1 (#136) #85

Upgrade to SUSHI 3.1.0 and GoFSH 2.0.1 (#136)

Upgrade to SUSHI 3.1.0 and GoFSH 2.0.1 (#136) #85

name: Deploy to GH Pages
on:
push:
branches:
- master
jobs:
deploy-to-pages:
name: Deploy to GH Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run build
env:
REACT_APP_BITLY_KEY: ${{ secrets.REACT_APP_BITLY_KEY }}
- name: Publish build to github pages
uses: peaceiris/actions-gh-pages@v3.5.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
publish_branch: gh-pages
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'