kou commented on issue #463:
URL: https://github.com/apache/arrow-julia/issues/463#issuecomment-1588454604

   Can we use https://apache.arrow.org/julia/ (ASF's Web infra) instead of 
https://apache.github.io/arrow-julia/ (GitHub Pages)? (I'm not sure whether 
symlinks work on ASF's Web infra or not...)
   
   For example, DataFusion uses ASF's Web infra: 
https://arrow.apache.org/datafusion/
   
   To use ASF's Web infra, we just need to push Web contents to `asf-site` 
branch with the following `.asf.yaml` configuration:
   
   ```yaml
   # publishes the content of the `asf-site` branch to
   # https://arrow.apache.org/julia/
   publish:
     whoami: asf-site
     subdir: julia
   ```
   
   See also DataFusion's `.asf.yaml`: 
https://github.com/apache/arrow-datafusion/blob/main/.asf.yaml
   
   DataFusion automates Web contents deployment by GitHub Actions:  
https://github.com/apache/arrow-datafusion/blob/main/.github/workflows/docs.yaml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to