Skip to content

Commit b070995

Browse files
committed
build(CI): fix python version
1 parent 8f6032a commit b070995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/page-build.yml

Lines changed: 2 additions & 2 deletions
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.13
1616
- uses: actions/cache@v2
1717
with:
1818
key: ${{ github.ref }}
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install dependencies
2525
run: poetry install
2626
- name: Deploy MkDocs
27-
run: poetry run mkdocs gh-deploy --force
27+
run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)