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 6ac0d48 commit aadc8fdCopy full SHA for aadc8fd
.github/workflows/docs.yml
@@ -28,6 +28,8 @@ jobs:
28
python_files:
29
- 'src/g.py'
30
- 'src/g/**'
31
+ - pyproject.toml
32
+ - uv.lock
33
34
- name: Should publish
35
if: steps.changes.outputs.docs == 'true' || steps.changes.outputs.root_docs == 'true' || steps.changes.outputs.python_files == 'true'
0 commit comments