From a9f282911191e7d181907f022917e5c93130ca3b Mon Sep 17 00:00:00 2001 From: koningin_samira Date: Sun, 19 Apr 2026 21:55:14 +0200 Subject: [PATCH] Added command to check if static folder is filled --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9c5ec4f..81bc145 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,7 +15,9 @@ jobs: run: | # Create the destination directory if it doesn't exist mkdir -p /static/andromeda/css/ + ls -l ls -l / + ls -l /static/ ls -l /static/andromeda/css/ # Copy your specific file