mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 15:54:31 +00:00
fix: workflow 2
This commit is contained in:
parent
b295320107
commit
1d2eea0b3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
run: "bun install"
|
run: "bun install"
|
||||||
working-directory: ./generate
|
working-directory: ./generate
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: "bun run gen"
|
run: "bun run build.tsx"
|
||||||
working-directory: ./generate
|
working-directory: ./generate
|
||||||
env:
|
env:
|
||||||
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
|
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue