updated
This commit is contained in:
parent
f270470a3f
commit
209906d7e6
|
|
@ -27,6 +27,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
source ./build_dir
|
source ./build_dir
|
||||||
|
# git rm -rf .
|
||||||
|
# git clean -fxd
|
||||||
|
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
echo "Changing directory to 'BUILD_DIR' $BUILD_DIR ..."
|
echo "Changing directory to 'BUILD_DIR' $BUILD_DIR ..."
|
||||||
|
|
@ -43,7 +45,7 @@ if [[ "$REPONAME" == "$GHIO" ]]; then
|
||||||
else
|
else
|
||||||
REMOTE_BRANCH="gh-pages"
|
REMOTE_BRANCH="gh-pages"
|
||||||
fi && \
|
fi && \
|
||||||
REMOTE_BRANCH="test-publish-pages"
|
REMOTE_BRANCH="test-publish-pages" && \
|
||||||
git init && \
|
git init && \
|
||||||
git config user.name "${GITHUB_ACTOR}" && \
|
git config user.name "${GITHUB_ACTOR}" && \
|
||||||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
|
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue