This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new a6a9d0d correction to use github-pages on .asf.yaml
a6a9d0d is described below
commit a6a9d0db9519f2df0fa8df12818a5b64cde377b6
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Tue Mar 16 01:43:54 2021 -0300
correction to use github-pages on .asf.yaml
---
.asf.yaml | 3 +++
script/cibuild | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 219eeba..9d16110 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,3 +40,6 @@ github:
merge: true
# disable rebase button:
rebase: false
+
+ ghp_branch: gh-pages
+ ghp_path: ~
diff --git a/script/cibuild b/script/cibuild
index cf44d84..a9c5b74 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -54,3 +54,7 @@ git commit -m "Lastest site built on successful travis build
$TRAVIS_BUILD_NUMBE
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}
+
+git push origin --delete gh-pages
+git push origin ${BRANCH_PAGE}:gh-page
+