This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit 4c1389650e59e67e9456bdcb56350b992f0e7c7b Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Mon Feb 22 02:08:30 2021 -0300 correction in the script to deploy page --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 2af6c28..ca70e09 100644 --- a/script/cibuild +++ b/script/cibuild @@ -24,5 +24,5 @@ git add -A git status git commit -m "Lastest site built on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to github" git remote set-url origin https://${USER}:${TOKEN}@github.com/${TRAVIS_REPO_SLUG} - +git push origin --delete ${BRANCH_PAGE} git push origin ${BRANCH_PAGE}:${BRANCH_PAGE}
