Update main.yml

This commit is contained in:
암냥 2025-02-10 20:15:12 +09:00 committed by GitHub
commit dcb583f1b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ jobs:
name: Build the web name: Build the web
runs-on: web-self-hosted runs-on: web-self-hosted
steps: steps:
- uses: oven-sh/setup-bun@v2 - uses: actions/checkout@v4
- run: pwd && ls -al - run: pwd && ls -al
- run: bun install - run: bun install
- run: bun run build - run: bun run build