This commit is contained in:
@@ -7,17 +7,25 @@ on:
|
||||
jobs:
|
||||
copy-file:
|
||||
runs-on: ubuntu-latest # Or your specific runner label
|
||||
container:
|
||||
volumes:
|
||||
- /static:/static
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Copy File to Unraid Share
|
||||
run: |
|
||||
# Create the destination directory if it doesn't exist
|
||||
mkdir -p /static/andromeda/css/
|
||||
# Check if share exists
|
||||
ls -la /static
|
||||
|
||||
ls -l
|
||||
ls -l /
|
||||
ls -l /static/
|
||||
|
||||
# Create the destination directory if it doesn't exist
|
||||
mkdir -p /static/andromeda/css/
|
||||
|
||||
ls -l /static/andromeda/css/
|
||||
|
||||
# Copy your specific file
|
||||
|
||||
Reference in New Issue
Block a user