Skip to content

Commit

Permalink
CHORE: update actions versions to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Feb 2, 2025
1 parent bdfccc3 commit eac23dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-mkdocs-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

# upload the static files as an artifact
- name: Upload static artifact (.zip)
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "site/"

Expand All @@ -76,4 +76,4 @@ jobs:
steps:
- name: Deploy docs to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit eac23dd

Please sign in to comment.