mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
ci(web): enable VITE_REQUIRE_HUB_URL for pages build
This commit is contained in:
@@ -26,6 +26,8 @@ jobs:
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- run: bun install
|
||||
- name: Build web app
|
||||
env:
|
||||
VITE_REQUIRE_HUB_URL: '1'
|
||||
run: bun run --cwd web build
|
||||
- name: Add CNAME for custom domain
|
||||
run: echo "app.hapi.run" > web/dist/CNAME
|
||||
|
||||
Reference in New Issue
Block a user