Skip to content

Merge pull request #84 from asudbury/dependabot/npm_and_yarn/babel/pl… #72

Merge pull request #84 from asudbury/dependabot/npm_and_yarn/babel/pl…

Merge pull request #84 from asudbury/dependabot/npm_and_yarn/babel/pl… #72

Workflow file for this run

name: Build and Deploy to GitHub Pages
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 build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.