Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
andyautida14 committed Oct 27, 2023
1 parent d36bf5a commit 454df47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build pages
run: npm build
run: npm run build
- name: Upload to S3
run: aws s3 sync $BUILD_DIR $WEBSITE_S3
env:
Expand Down

0 comments on commit 454df47

Please sign in to comment.