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