Skip to content

Commit fddd607

Browse files
committed
ci(publish-docs): move poetry files to python_files
1 parent 09a22b8 commit fddd607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
root_docs:
2828
- CHANGES
2929
- README.*
30-
- pyproject.toml
31-
- poetry.lock
3230
docs:
3331
- 'docs/**/*.rst'
3432
- 'docs/**/*.md'
3533
- 'examples/**'
3634
python_files:
3735
- 'tmuxp/**'
36+
- pyproject.toml
37+
- poetry.lock
3838
3939
- name: Should publish
4040
if: steps.changes.outputs.docs == 'true' || steps.changes.outputs.root_docs == 'true' || steps.changes.outputs.python_files == 'true'

0 commit comments

Comments
 (0)