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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new c124ae4  GH-139: Add config to publish asf-site branch to go subdir 
(#149)
c124ae4 is described below

commit c124ae4449d8cb249bb870cd7a3c533f6ca17434
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Oct 15 04:13:45 2024 +0200

    GH-139: Add config to publish asf-site branch to go subdir (#149)
    
    Fix #139
    
    The asf-site content will be deployed to https://arrow.apache.org/go/
    automatically.
    
    I have created an empty `asf-site` branch and pushed it.
    
    We have to add an index.html there pointing to
    `https://pkg.go.dev/github.com/apache/arrow-go/v${VERSION}`.
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b00a8f1..26653b0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,3 +38,6 @@ notifications:
   issues_status: [email protected]
   issues_comment: [email protected]
   pullrequests: [email protected]
+publish:
+  whoami: asf-site
+  subdir: go

Reply via email to