ci: build docs once you prepare release (#20507)

This commit is contained in:
Jirka Borovec 2024-12-20 02:02:13 +09:00 committed by GitHub
parent 61a8391617
commit f9babd1def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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: