Actions
action #54350
closedGenerate docs for all PRs without publishing them
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2019-07-17
Due date:
% Done:
0%
Estimated time:
Description
Currently the generate-documentation
script checks a few conditions:
- Branch is master
- A PR is being built
- We want to publish the docs
If all of these are true docs are generated and published. Conversely we won't know about problems with docs until after changes have been merged, if these checks do work as specified.
#2188 optimizes the decision to (not) run the script.
We can take it one step further by enabling a job to generate, or generate and publish, in the cases we care for and have the script do one or both. And while we're at it, let's remove the second-guessing from the docs script, and have the logic in one place.
Actions