Skip to content

Commit dbdded5

Browse files
committed
ci(docs): Only print python versions when running
1 parent ee35382 commit dbdded5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: poetry install --extras "docs lint"
5151

5252
- name: Print python versions
53+
if: env.PUBLISH == 'true'
5354
run: |
5455
python -V
5556
poetry run python -V

0 commit comments

Comments
 (0)