Skip to content

Merge pull request #132 from dylanpyle/master #12

Merge pull request #132 from dylanpyle/master

Merge pull request #132 from dylanpyle/master #12

Workflow file for this run

# This is a basic workflow for deploying the site
name: github pages
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Sets up the proper node version
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build