updated
This commit is contained in:
parent
bc883c7805
commit
f270470a3f
|
|
@ -2,7 +2,7 @@ name: Publish One Click Apps
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master_goes_here]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ if [[ "$REPONAME" == "$GHIO" ]]; then
|
||||||
else
|
else
|
||||||
REMOTE_BRANCH="gh-pages"
|
REMOTE_BRANCH="gh-pages"
|
||||||
fi && \
|
fi && \
|
||||||
|
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