Skip to content

Commit e7798ad

Browse files
fixes python version in action
1 parent d4bb3e0 commit e7798ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.x
18+
python-version: '3.10'
1919
- run: |
2020
pip install -r requirements.txt
2121
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)