diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8220a76..75ad135 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,13 +14,9 @@ jobs: - name: Copy File to Unraid Share run: | # Create the destination directory if it doesn't exist - ls -l - mkdir -p /static/andromeda/css/ - - ls -l /static/andromeda/css/ # Copy your specific file - cp ./*.css /static/andromeda/css/ + cp *.css /static/andromeda/css/ echo "File successfully copied to Unraid share via bind mount." \ No newline at end of file