mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-20 21:42:24 +03:00
Ensure config directory is present during Docker build
This commit is contained in:
@@ -146,6 +146,8 @@ jobs:
|
||||
cp ../../docker-entrypoint.sh .
|
||||
# Ensure ytpld package is present from src/
|
||||
if [ ! -d "src" ]; then cp -r ../../src . ; fi
|
||||
# Ensure config directory is present
|
||||
if [ ! -d "config" ]; then cp -r ../../config . ; fi
|
||||
|
||||
- name: Set docker image names
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user