mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-05 15:54:37 +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 job
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: "env"
|
||||||
steps:
|
steps:
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
|
@ -40,7 +41,7 @@ jobs:
|
||||||
- name: Install bun dependencies
|
- name: Install bun dependencies
|
||||||
run: "bun install"
|
run: "bun install"
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: bun run gen
|
run: "bun run gen"
|
||||||
env:
|
env:
|
||||||
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
|
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
|
||||||
SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
|
SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue