Skip to content

Commit 52bc9dc

Browse files
authored
Make sure the parent directory exists.
1 parent bbe0de2 commit 52bc9dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/operations.site.deploy.ddev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
113113
run: |
114114
if [[ ! -d ${{ inputs.git_root }} ]]; then
115+
mkdir -p $(dirname ${{ inputs.git_root }})
115116
run-with-summary git clone ${{ inputs.git_repository }} ${{ inputs.git_root }}
116117
fi
117118
cd ${{ inputs.git_root }}

0 commit comments

Comments
 (0)