From 7aef741c6f44687c750a37a902d2a1cbe1ac1053 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 16 Jan 2024 19:48:41 +0100 Subject: [PATCH] try --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 9ab476b..1972712 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -21,7 +21,7 @@ jobs: run: ./test_db.sh - name: Build run: - mkdir svelte && cd svelte && mkdir build && cd .. + cd svelte && mkdir build && cd .. cargo build cd frontend && npm install && npm run build - name: Install dependencies