This commit is contained in:
@@ -14,7 +14,11 @@ 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/
|
||||||
|
|||||||
Reference in New Issue
Block a user