phillipleblanc commented on code in PR #11: URL: https://github.com/apache/datafusion-site/pull/11#discussion_r1689619299
########## README.md: ########## @@ -38,4 +38,30 @@ bundle exec jekyll serve ## Publish site -TBD, but create the html with `bundle exec jekyll build` then check the content into `asf-site` branch \ No newline at end of file +This is currently a manual process. Basic steps are: + +#### Check out `main` and build site Review Comment: We have had success using the https://github.com/peaceiris/actions-gh-pages action to automate publishing static content into another branch for our docs. It's built for GitHub Pages, but setting `publish_branch` to `asf_site` and `publish_dir` to `_site` might be enough to make it work for this. Here's [our workflow] if you want to take a look. [our workflow]: https://github.com/spiceai/docs/blob/trunk/.github/workflows/build_and_publish.yml -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
