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