Skip to content

Commit 9c9ede5

Browse files
committed
Switch from python-version: 3.x to 3.12 to fix the htmlmin cgi module error.
Signed-off-by: PixelRobots <[email protected]>
1 parent bb21ac6 commit 9c9ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.x
15+
python-version: 3.12
1616
- uses: actions/cache@v3
1717
with:
1818
key: ${{ github.ref }}

0 commit comments

Comments
 (0)