-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Labels
Description
As suggested by @ogrisel in #20711 (comment)
In terms of PRs, I think it is possible to migrate all doc building to github actions or azure:
- Build docs with "doc diff mode" or "full doc mode" on github actions or azure
- Store the build into an artifact
- Trigger a circleci workflow using the circleci API with a parameter pointing to the artifact.
- The circleci workflow will download the artifact and host it, which should be quick.
adrinjalali