Skip to content

Commit

Permalink
update: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Feb 8, 2025
1 parent 2ab7d01 commit e69e79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
uses: actions/configure-pages@v2

- name: 📤 upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'x'

- name: 🚀 deploy to github pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit e69e79c

Please sign in to comment.