actions-rtd-workflow
A RTD-like documentation pipeline for GitHub Actions
Features
- Support of
pip
andconda
dependency files. - Build and deploy branches under
/branches/<branch>
. - Build and deploy tags under
/tags/<tag>
. - Secure build and preview of pull requests under
/pull/<number>
via labels. - Manual trigger for branches.
- Select branch to deploy the site (default:
gh-pages
). - Redirect the main domain to
/latest
or/stable
(default:/latest
). - Redirect the
/stable
subdomain to the latest SemVer tag, or the stable branch (if exists). - Automatic removal of pages from closed/merged pull requests, and deleted branches or tags.
Not supported
Multi-language builds.