Skip to content

feat(app): Add webpage generator #3

feat(app): Add webpage generator

feat(app): Add webpage generator #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd scripts && npm install
- run: cd scripts && node generate.mjs
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist