Add CI workflow,

This commit is contained in:
2025-04-24 18:58:25 +09:30
parent 4b88f70c9a
commit 77f27b598b
2 changed files with 22 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
with:
lfs: true
- uses: oven-sh/setup-bun@v2
- name: Install NPM Packages
run: bun install
- name: Build Web Dist
run: bun run build