Skip to content

Merge pull request #77 from certego/develop #74

Merge pull request #77 from certego/develop

Merge pull request #77 from certego/develop #74

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.