fix: workflow 2

This commit is contained in:
Kentai Radiquum 2025-02-22 01:27:59 +05:00
parent b295320107
commit 1d2eea0b3a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -46,7 +46,7 @@ jobs:
run: "bun install"
working-directory: ./generate
- name: Build website
run: "bun run gen"
run: "bun run build.tsx"
working-directory: ./generate
env:
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}