deploy: 27a862b8e45bb25a5cbc098697968b38c0f8d848
77 files changed
tree: b9585337a11e21799c3ab9a7e34b21dc74da4186
  1. output/
  2. .asf.yaml
  3. .nojekyll
  4. README.md
README.md

Website development and deployment

Staging

To make a change to the staging version of the website:

  1. Make a PR against the staging branch in the repository
  2. Once the PR is merged, the Build and Deploy Parquet Site job in the deployment workflow will be run, populating the asf-staging branch on this repo with the necessary files.

Do not directly edit the asf-staging branch of this repo

Production

To make a change to the production version of the website:

  1. Make a PR against the production branch in the repository
  2. Once the PR is merged, the Build and Deploy Parquet Site job in the deployment workflow will be run, populating the asf-site branch on this repo with the necessary files.

Do not directly edit the asf-site branch of this repo