mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-04 23:34:36 +00:00
try to fix build
This commit is contained in:
parent
0c92c726a4
commit
257649beaf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
# Build job
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
environment: "env"
|
||||
steps:
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
@ -40,7 +41,7 @@ jobs:
|
|||
- name: Install bun dependencies
|
||||
run: "bun install"
|
||||
- name: Build website
|
||||
run: bun run gen
|
||||
run: "bun run gen"
|
||||
env:
|
||||
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
|
||||
SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue