vinooganesh opened a new pull request #9: URL: https://github.com/apache/parquet-site/pull/9
We are clearing out all contents of the parquet staging directory to deploy a new website, following the accepted Apache best practices. In these best practices, the `asf-site` and the `asf-staging` branches host the generated website content for publication. The code that generates these templates lives on a separate branch. An example is available here: This is the master branch of the `comdev-site` https://github.com/apache/comdev-site/tree/master. Once a change is made: https://github.com/apache/comdev-site/pull/77 on the master branch, the change is built by jenkins https://ci-builds.apache.org/job/Community%20Development/job/site/job/master/153/ and committed onto the `asf-site` branch in an automated way https://github.com/apache/comdev-site/commit/0c7d423235a0253cbece23ae423a5cc9e334f742. We can see that the `asf-site` branch only contains the website content that is directly published. ttps://github.com/apache/comdev-site/tree/asf-site/ Our workflow will look as follows. We will make PRs against either the `master` branch (for prod) or `staging` branch for staging, and upon merge to that branch, kick off automation (likely though a Github Actions workflow) that will build the site and publish the artifacts to either the `asf-site` branch for production or the `asf-staging` branch for staging. -- 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]
