ci: build docs once you prepare release (#20507)
This commit is contained in:
parent
61a8391617
commit
f9babd1def
|
@ -21,8 +21,9 @@ on:
|
|||
- "src/pytorch_lightning/*"
|
||||
- "setup.py"
|
||||
- "pyproject.toml" # includes metadata used in the package creation
|
||||
- "!*.md"
|
||||
- "!**/*.md"
|
||||
- "!*.md" # exclude all markdown files
|
||||
- "!**/*.md" # exclude all markdown files
|
||||
- "src/version.info" # once you try to make release try to compile complete docs
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
checkout:
|
||||
|
|
Loading…
Reference in New Issue