s0 / git-publish-subdir-action

GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
https://github.com/marketplace/actions/push-git-subdirectory-as-branch
MIT License
208 stars 36 forks source link

symlink is not deleted #93

Open xxchan opened 1 year ago

xxchan commented 1 year ago

e.g., if we publish /a, /b/symlink will also be published

xxchan commented 1 year ago

https://github.com/s0/git-publish-subdir-action/blob/92faf786f11dfa44fc366ac3eb274d193ca1af7e/action/src/index.ts#L568

This will make file symlink not traversed..