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