Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c67c4654b | ||
|
|
cbdb69fd85 |
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.10.3
|
||||
FROM alpine:3.11.0
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
||||
@@ -92,7 +92,7 @@ elif git clone --depth=1 --single-branch --branch "${remote_branch}" "${remote_r
|
||||
git rm -r --ignore-unmatch '*'
|
||||
fi
|
||||
|
||||
find "${GITHUB_WORKSPACE}/${PUBLISH_DIR}" -maxdepth 1 | \
|
||||
find "${GITHUB_WORKSPACE}/${PUBLISH_DIR}" -maxdepth 1 -not -name ".git" -not -name ".github" | \
|
||||
tail -n +2 | \
|
||||
xargs -I % cp -rf % "${local_dir}/"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user