Skip to content

Commit

Permalink
use prefix option
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoppe committed Jun 19, 2024
1 parent 8075efe commit cc2559a
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 @@ -17,7 +17,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install website
run: npm install --prefix website

- name: build
env:
Expand Down

0 comments on commit cc2559a

Please sign in to comment.