AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.8k stars 456 forks source link

Add GHA workflow to rebuild and republish site on changes to docs/site #2098

Closed zachlewis closed 7 hours ago

zachlewis commented 4 days ago

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.