Skip to content

Commit

Permalink
ci: build docs once you prepare release (#20507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Dec 19, 2024
1 parent 61a8391 commit f9babd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f9babd1

Please sign in to comment.