Fixed css file not copying
Deploy to Unraid Share / copy-file (push) Successful in 10s

This commit is contained in:
2026-04-19 21:48:46 +02:00
parent c8daf1ae45
commit 7b56ddc73c
+1 -5
View File
@@ -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."