Whenever there are changes to files under docs/site on the main branch, this workflow will trigger a rebuild of the contents with Hugo and push updates to the gh-pages branch, taking care to preserve the "old" directory in the gh-pages root, per the instructions in docs/site/README.md.
This should make it easier for contributors to update the contents of the site with a single PR implementing changes to the main branch.
Whenever there are changes to files under
docs/site
on the main branch, this workflow will trigger a rebuild of the contents with Hugo and push updates to the gh-pages branch, taking care to preserve the "old" directory in the gh-pages root, per the instructions in docs/site/README.md.This should make it easier for contributors to update the contents of the site with a single PR implementing changes to the main branch.