Changed volume path to absolute path on Unraid
Deploy to Unraid Share / copy-file (push) Successful in 16s

This commit is contained in:
2026-04-19 22:16:41 +02:00
parent 4f6691cac0
commit 1e10516afe
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest # Or your specific runner label
container:
volumes:
- /static:/static
- /mnt/user/static:/static
steps:
- name: Checkout Code
uses: actions/checkout@v4