Skip to content

Commit

Permalink
🤖 ci: change artifact generation action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg authored Apr 14, 2024
1 parent 32eae5f commit dd1904f
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-artifact@v4.3.1
- uses: actions/upload-page-artifact@v1
with:
name: "website-build-artifact"
path: "website/dist/**"
Expand Down

0 comments on commit dd1904f

Please sign in to comment.