Open
Description
currently the ci job to generate docs performs the following tasks:
- generates docs for all plugins
- clones docs repo and tests generated plugin docs
- creates creates a PR if generation is sucessfull
The problem with this approach is that, if there's an error with the docs, the PR is never created so there's no easy way to work on the broken PR to make it work. So instead we should have two ci jobs:
- One that periodically computes new docs and creates a PR
- Another that takes a PR and tests against the docs repository
Metadata
Metadata
Assignees
Labels
No labels