Skip to content

Commit

Permalink
feat: make dir in case of nested file
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 27, 2024
1 parent e24cca6 commit 9cbcc57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
file_list+=$'\n'"- \`${file}\` (directory)"
elif [[ -e "template-repo/$file" ]]; then
echo "Processing file: $file"
mkdir -p "$file"
cp -f "template-repo/$file" "$file"
file_list+=$'\n'"- \`${file}\`"
else
Expand Down

0 comments on commit 9cbcc57

Please sign in to comment.