-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
ci/cdRelating to local development or CI/CDRelating to local development or CI/CDdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently, the docs are only built for the latest version of the code (HEAD), and previous versions are preserved automatically by virtue of publishing via the gh-pages branch. I'd like to switch to building the docs via a GitHub Action (removing the gh-pages branch), while still providing documentation for the last 2 versions (all are tagged).
The action needs to do the following:
- Build the docs for HEAD (see the current action).
- Find the two previous tagged versions and build the docs for each of those.
- Publish everything.
Metadata
Metadata
Assignees
Labels
ci/cdRelating to local development or CI/CDRelating to local development or CI/CDdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed