Update .gitea/workflows/deploy.yml
Deploy / Build and Deploy (push) Failing after 25s

This commit is contained in:
2026-05-07 16:42:27 +02:00
parent 27398ce458
commit de33723114
+3 -1
View File
@@ -24,7 +24,9 @@ jobs:
bun-version: latest bun-version: latest
- name: Install dependencies - name: Install dependencies
run: bun install run: |
bun pm cache rm
bun install
- name: Build project - name: Build project
run: bun run build run: bun run build