Added commands for testing
Deploy to Unraid Share / copy-file (push) Successful in 6s

This commit is contained in:
2026-04-19 21:34:47 +02:00
parent 29c9566fd0
commit c8daf1ae45
+4
View File
@@ -14,8 +14,12 @@ jobs:
- name: Copy File to Unraid Share - name: Copy File to Unraid Share
run: | run: |
# Create the destination directory if it doesn't exist # Create the destination directory if it doesn't exist
ls -l
mkdir -p /static/andromeda/css/ mkdir -p /static/andromeda/css/
ls -l /static/andromeda/css/
# Copy your specific file # Copy your specific file
cp ./*.css /static/andromeda/css/ cp ./*.css /static/andromeda/css/