Skip to content

Merge pull request #138 from BrockCSC/development #45

Merge pull request #138 from BrockCSC/development

Merge pull request #138 from BrockCSC/development #45

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- production
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master # The branch the action should deploy to.
folder: dist # The folder the action should deploy.