Skip to content

Commit 5f7be6d

Browse files
committed
use python version 3.9
1 parent 5a26406 commit 5f7be6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.10
20+
python-version: 3.9
21+
- uses: actions/cache@v3
22+
with:
23+
key: ${{ github.ref }}
24+
path: .cache
2125
- run: pip install -r requirements.txt
2226
- run: mkdocs gh-deploy --force
2327

0 commit comments

Comments
 (0)