From cd96dc21392160479149b9f1bcd9caa63a3e5e5c Mon Sep 17 00:00:00 2001 From: suroh <mx@suroh.tk> Date: Wed, 5 Mar 2025 21:17:46 +0100 Subject: [PATCH] Testing workflow --- .gitea/workflows/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cd70d4b..35ecd7a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: volumes: - - /www + - 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