kou commented on PR #5631: URL: https://github.com/apache/arrow-datafusion/pull/5631#issuecomment-1474460698
How about using `publish.subdir` in `.asf.yaml` like ADBC instead of pushing to `apache/arrow-site`? https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Specifyingasub-directorytopublishto If we use `publish.subdir`, we can publish the DataFusion docs to https://arrow.apache.org/datafusion/ by pushing to the `asf-site` branch in `apache/arrow-datafusion` (not `apache/arrow-site`). See also: * ADBC's `.asf.yaml`: https://github.com/apache/arrow-adbc/blob/main/.asf.yaml#L35-L37 * ADBC's GitHub Actions: https://github.com/apache/arrow-adbc/blob/main/.github/workflows/nightly-website.yml (filename includes "nightly" but it's not nightly...) * ADBC's `asf-site` branch: https://github.com/apache/arrow-adbc/tree/asf-site * ADBC's site: https://arrow.apache.org/adbc/ -- 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]
