Skip to content

Deploy

Deploy #118

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- name: 🏗️ Prerequisites
run: npm install
- name: 🔨 Build
run: npm run build
- name: 🚀 Deploy
uses: zyrouge/[email protected]
with:
directory: dist
branch: gh-pages