Skip to content

Commit

Permalink
Fix npm command
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 5, 2024
1 parent afbc9cd commit 9dc4e25
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 @@ -50,7 +50,7 @@ jobs:
run: npm ci
working-directory: ${{ env.WEBSITE_PATH }}
- name: Build Website
run: npm run build --base-href "${{ steps.pages.outputs.base_path }}"
run: npm run build -- --base-href "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.WEBSITE_PATH }}


Expand Down

0 comments on commit 9dc4e25

Please sign in to comment.