This is an automated email from the ASF dual-hosted git repository.

weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2298d30  edit jekyll setting (#4)
2298d30 is described below

commit 2298d30c07e363b0fe566cdb20ee474f1b5e6a6e
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Tue Mar 12 15:59:43 2024 +0800

    edit jekyll setting (#4)
---
 .asf.yaml | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0d66cc1..0c5c551 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,9 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-publish:
-  whoami: main
-
 github:
   description: "Apache Gluten is a middle layer responsible for offloading 
JVM-based SQL engines' execution to native engines."
   homepage: https://gluten.apache.org/
@@ -23,7 +20,7 @@ github:
     issues: false
     projects: false
     wiki: false
-  ghp_branch: main
+  ghp_branch: asf-site
   ghp_path: /
   labels:
     - sql
@@ -34,11 +31,19 @@ github:
     merge: false
     rebase: false
 
+staging:
+   profile: ~
+   whoami: asf-staging
+
 jekyll:
-  whoami: jekyll-source-branch
-  target: asf-staging-jekyll    # output branches need to be asf-site OR 
asf-staging*
+  whoami: main
+  target: asf-site    # output branches need to be asf-site OR asf-staging*
 # outputdir: outputdir          # MAY be needed, but generally can be left out
 
+publish:
+  whoami: asf-site
+
+
 notifications:
   commits:      [email protected]
   issues:       [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to