Skip to content

Merge pull request #32 from SeanMcP/dependabot/npm_and_yarn/path-to-r… #26

Merge pull request #32 from SeanMcP/dependabot/npm_and_yarn/path-to-r…

Merge pull request #32 from SeanMcP/dependabot/npm_and_yarn/path-to-r… #26

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
npm run-script build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build