Skip to content

Commit 9600968

Browse files
committed
update mkdocs deploy
1 parent c364706 commit 9600968

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout main
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

22-
- name: Set up Python 3.8
23-
uses: actions/setup-python@v2
22+
- name: Set up Python 3.9
23+
uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.8
25+
python-version: 3.9
2626

2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)