Skip to content

Commit

Permalink
🤖 ci: fix upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg authored Apr 14, 2024
1 parent dd1904f commit d28beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run build
working-directory: ./website

- uses: actions/upload-page-artifact@v1
- uses: actions/upload-pages-artifact@v3.0.1
with:
name: "website-build-artifact"
path: "website/dist/**"
Expand Down

0 comments on commit d28beca

Please sign in to comment.