Skip to content

Commit

Permalink
chore: update dependencies (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt authored Feb 4, 2025
1 parent 4cd2770 commit 517ee3f
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload Docs
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload the docs folder
path: './docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
Loading

0 comments on commit 517ee3f

Please sign in to comment.