Skip to content

Commit

Permalink
Update gh pages workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 31, 2024
1 parent a8a7f7b commit 73022d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Setup GH Pages
uses: actions/configure-pages@v4
- name: Upload GH Pages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './site'
- name: Deploy GH Pages
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 73022d2

Please sign in to comment.