Skip to content

Merge pull request #87 from blopa/feat/420 #54

Merge pull request #87 from blopa/feat/420

Merge pull request #87 from blopa/feat/420 #54

name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🚧
run: |
npm cache clean --force
npm install
npm run clean
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public
clean: true
single-commit: true