Changed volume path to absolute path on Unraid
Deploy to Unraid Share / copy-file (push) Successful in 16s
Deploy to Unraid Share / copy-file (push) Successful in 16s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest # Or your specific runner label
|
runs-on: ubuntu-latest # Or your specific runner label
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /static:/static
|
- /mnt/user/static:/static
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user