Skip to content

Commit

Permalink
GH-139: Add config to publish asf-site branch to go subdir (#149)
Browse files Browse the repository at this point in the history
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}`.
  • Loading branch information
raulcd authored Oct 15, 2024
1 parent 6da34e0 commit c124ae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ notifications:
issues_status: issues@arrow.apache.org
issues_comment: github@arrow.apache.org
pullrequests: github@arrow.apache.org
publish:
whoami: asf-site
subdir: go

0 comments on commit c124ae4

Please sign in to comment.