We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a8391 commit f9babd1Copy full SHA for f9babd1
.github/workflows/docs-build.yml
@@ -21,8 +21,9 @@ on:
21
- "src/pytorch_lightning/*"
22
- "setup.py"
23
- "pyproject.toml" # includes metadata used in the package creation
24
- - "!*.md"
25
- - "!**/*.md"
+ - "!*.md" # exclude all markdown files
+ - "!**/*.md" # exclude all markdown files
26
+ - "src/version.info" # once you try to make release try to compile complete docs
27
workflow_dispatch:
28
inputs:
29
checkout:
0 commit comments