Skip to content

Commit

Permalink
Install packages before build
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed May 24, 2024
1 parent 3ea5e1a commit 57f4e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn build
- run: yarn && yarn build
- uses: actions/upload-pages-artifact@v3
with:
path: ./dist
Expand Down

0 comments on commit 57f4e7a

Please sign in to comment.