Skip to content

clean up header and misc #31

clean up header and misc

clean up header and misc #31

Workflow file for this run

name: Compile
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install packages
run: bun install
- name: Build
run: bun run compile
- name: Build
run: bun run build
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
clean: true