Skip to content

Merge pull request #70 from faztcommunity/chore/update-dependencies #15

Merge pull request #70 from faztcommunity/chore/update-dependencies

Merge pull request #70 from faztcommunity/chore/update-dependencies #15

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 🔧
run: npm ci
- name: Build 📦
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
BRANCH: gh-pages
FOLDER: dist