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 bdedb4eCopy full SHA for bdedb4e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.10.3
+FROM alpine:3.11.0
2
3
RUN apk add --no-cache \
4
bash \
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