Skip to content

Commit c87b595

Browse files
committed
Fix deploy-docs
1 parent da7bda5 commit c87b595

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
run: mkdocs build
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v2
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
path: './site'
4747

4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v2
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)