Skip to content

Commit b0b9772

Browse files
author
liuxinwei
committed
修复github pages 构建失败
1 parent 7377665 commit b0b9772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: 🐍 Set up Python
3838
uses: actions/setup-python@main
3939
with:
40-
python-version: "3.12"
40+
python-version: "3.11"
4141
cache: "pip"
4242
cache-dependency-path: "pyproject.toml"
4343
- name: 🔧 Build HTML

0 commit comments

Comments
 (0)