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/*"
|
- "src/pytorch_lightning/*"
|
||||||
- "setup.py"
|
- "setup.py"
|
||||||
- "pyproject.toml" # includes metadata used in the package creation
|
- "pyproject.toml" # includes metadata used in the package creation
|
||||||
- "!*.md"
|
- "!*.md" # exclude all markdown files
|
||||||
- "!**/*.md"
|
- "!**/*.md" # exclude all markdown files
|
||||||
|
- "src/version.info" # once you try to make release try to compile complete docs
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
checkout:
|
checkout:
|
||||||
|
|
Loading…
Reference in New Issue