diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index cd70d4b..8597d1b 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       volumes:
-        - /www
+        - www
     steps:
       - name: Clone code to runner
         uses: actions/checkout@v4
@@ -22,7 +22,10 @@ jobs:
       - name: Build 11ty site
         run: npm run build
 
-      - name: Check folders
+      - name: Check workspace folder
+        run: ls -lh
+
+      - name: Check www folder
         run: ls -lh /
 
       - name: Create folder if needed