Skip to content

Commit

Permalink
feature: update deploy pages to v4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed May 20, 2024
1 parent eda3261 commit f8618d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
PATH_PREFIX: auto
- name: Upload artifact
if: matrix.os == 'ubuntu-24.04'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
deploy:
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f8618d7

Please sign in to comment.