From bc1916ceab20decfd8bf84d40b7b19e1ec3d2952 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 16 Jan 2024 19:54:24 +0100 Subject: [PATCH] try --- .gitea/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 1972712..bfddc09 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -22,7 +22,9 @@ jobs: - name: Build run: cd svelte && mkdir build && cd .. + pwd cargo build + pwd cd frontend && npm install && npm run build - name: Install dependencies run: cd frontend && npm install