Skip to content

Commit 0f9c2dd

Browse files
committed
Downgrade Python
1 parent c838909 commit 0f9c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/configure-pages@v5
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.13'
18+
python-version: '3.12'
1919
- run: pip install sphinx sphinx_rtd_theme sphinx-reredirects
2020
- run: make gh-pages
2121
- name: Upload artifact

0 commit comments

Comments
 (0)