Skip to content

Commit 1eaf3e8

Browse files
committed
cicd: add mkdocs deployment
1 parent 83c212f commit 1eaf3e8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Setup Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.x'
3030

@@ -37,7 +37,7 @@ jobs:
3737
mkdocs build --strict
3838
3939
- name: Upload Pages artifact
40-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: ./site
4343

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)