Skip to content

Commit 245e94d

Browse files
authored
Doc: Fix gh page deploy
1 parent ca089c2 commit 245e94d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy MkDocs to GitHub Pages
1+
name: MKDocs
22

33
on:
44
push:
@@ -35,12 +35,12 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: '3.x'
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.cache/pip
4646
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Setup Pages
6060
if: github.event_name != 'pull_request'
61-
uses: actions/configure-pages@v3
61+
uses: actions/configure-pages@v4
6262

6363
- name: Upload artifact
6464
if: github.event_name != 'pull_request'
@@ -76,4 +76,4 @@ jobs:
7676
steps:
7777
- name: Deploy to GitHub Pages
7878
id: deployment
79-
uses: actions/deploy-pages@v2
79+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)