We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d772f4e commit cbdb69fCopy full SHA for cbdb69f
entrypoint.sh
@@ -92,7 +92,7 @@ elif git clone --depth=1 --single-branch --branch "${remote_branch}" "${remote_r
92
git rm -r --ignore-unmatch '*'
93
fi
94
95
- find "${GITHUB_WORKSPACE}/${PUBLISH_DIR}" -maxdepth 1 | \
+ find "${GITHUB_WORKSPACE}/${PUBLISH_DIR}" -maxdepth 1 -not -name ".git" -not -name ".github" | \
96
tail -n +2 | \
97
xargs -I % cp -rf % "${local_dir}/"
98
else
0 commit comments