diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml
index bfddc09..6fa4dab 100644
--- a/.gitea/workflows/action.yml
+++ b/.gitea/workflows/action.yml
@@ -21,10 +21,7 @@ jobs:
       run: ./test_db.sh
     - 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
diff --git a/svelte/.gitignore b/svelte/.gitignore
index 8f6c617..9280939 100644
--- a/svelte/.gitignore
+++ b/svelte/.gitignore
@@ -1,6 +1,5 @@
 .DS_Store
 node_modules
-/build
 /.svelte-kit
 /package
 .env