[skip changelog] Configure git push from CI #717
Merged
+53
−40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
This PR fixes the generation pipeline for versioned docs.
Most of the feature is implemented in master but docs are never pushed to the
gh-pages
branch. Also there's a bug in the version selector component that breaks it when docs are not at the root path/
.This PR implements several bugfixes:
versioned docs are now pushed to
gh-pages
the docs pipeline is now triggered when changes are made to the GH workflow itself
The command line interface of the
build.py
script has been expanded to simplify the code needed from within the workflow yaml definitionThe javascript component implementing the version selector has been fixed
Does this PR introduce a breaking change?
No changes to the CLI in this PR
See how to contribute