diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 48572a1..8039860 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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: