sphinx-to-branch
Version updated for https://github.com/TuftsRT/sphinx-to-branch to version v1.2.2.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The sphinx-to-branch GitHub Action automates the process of building and publishing Sphinx documentation by running sphinx-build and pushing the output to a specified branch (e.g., gh-pages) along with a .nojekyll file. It streamlines Sphinx deployment workflows and can also be adapted to run other tools on one branch and push results to another. Key capabilities include customizable source/destination branches, support for dependency installation, and optional post-build actions using the expect program.
What’s Changed
- Merge pull request #12 from TuftsRT/develop (d9cc600)
- update dependencies ahead of node 20 deprecation (a34fb35)
- Merge pull request #11 from TuftsRT/develop (5fb36b5)
- switch default env file extension from yml to yaml (86c4e4b)
- Merge pull request #10 from TuftsRT/develop (65969d5)
- update readme (acd64ed)
- Merge pull request #9 from TuftsRT/develop (91b1a37)
- keep CNAME by default (59cdc0d)
- add option to keep items when clearing destination (d572772)
- Merge pull request #8 from TuftsRT/develop (b230442)