Files
ingey-eager/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: mapping values are not allowed in this context
2025-04-24 18:58:25 +09:30

17 lines
285 B
YAML

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