Skip to content

v3.2.3: Startup hotfix #34

v3.2.3: Startup hotfix

v3.2.3: Startup hotfix #34

Workflow file for this run

name: Publish to hhd.dev
on:
workflow_dispatch:
release:
types: [published]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm ci
npx vite build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist