Skip to content

Merge pull request #68 from certego/dependabot/npm_and_yarn/babel/tra… #70

Merge pull request #68 from certego/dependabot/npm_and_yarn/babel/tra…

Merge pull request #68 from certego/dependabot/npm_and_yarn/babel/tra… #70

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install and Build 🔧
run: |
npm install
npm run predeploy
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: example/build # The folder the action should deploy.