Skip to content

Commit

Permalink
🐛 ci: fix website build path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg authored Apr 14, 2024
1 parent d28beca commit de9b552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- uses: actions/upload-pages-artifact@v3.0.1
with:
name: "website-build-artifact"
path: "website/dist/**"
overwrite: true
path: ./website/dist

deploy:
needs: build
Expand Down

0 comments on commit de9b552

Please sign in to comment.