Skip to content

Commit 198aef0

Browse files
committed
Updated action
1 parent 1c1a6c5 commit 198aef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- 'docs/source/**'
77
- 'eprpy/**'
88
- '.github/workflows/**'
9+
- 'setup.py'
10+
- 'pyproject.toml'
911
branches:
1012
- main
1113

@@ -19,7 +21,7 @@ jobs:
1921
- name: Set up Python
2022
uses: actions/setup-python@v4
2123
with:
22-
python-version: '3.x'
24+
python-version: '3.12.7'
2325

2426
- name: Install pandoc
2527
run: |

0 commit comments

Comments
 (0)