Skip to content

deps(dev): update jamesives/github-pages-deploy-action action to v4.6… #156

deps(dev): update jamesives/github-pages-deploy-action action to v4.6…

deps(dev): update jamesives/github-pages-deploy-action action to v4.6… #156

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build