From 200bfd4184319230fa088aca3942270de8f77bf0 Mon Sep 17 00:00:00 2001 From: koningin_samira Date: Sun, 19 Apr 2026 21:51:53 +0200 Subject: [PATCH] Added commands for testing --- .gitea/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 75ad135..9c5ec4f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,8 +15,11 @@ jobs: run: | # Create the destination directory if it doesn't exist mkdir -p /static/andromeda/css/ + ls -l / + ls -l /static/andromeda/css/ # Copy your specific file cp *.css /static/andromeda/css/ + touch /static/andromeda/css/test.css echo "File successfully copied to Unraid share via bind mount." \ No newline at end of file