Skip to content

Commit d76fad8

Browse files
committed
build script correction
1 parent ab67690 commit d76fad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
done
6565
6666
- name: Run indexing script
67-
run: npm run postbuild
67+
run: npm run index
6868
env:
6969
TYPESENSE_HOST: ${{ secrets.TYPESENSE_HOST }}
7070
TYPESENSE_PORT: ${{ secrets.TYPESENSE_PORT }}

.github/workflows/staging-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
done
6767
6868
- name: Run indexing script
69-
run: npm run postbuild
69+
run: npm run index
7070
env:
7171
AWS_ACCESS_KEY_ID: ${{ secrets.WEBSITE_STAGING_AWS_ACCESS_KEY_ID }}
7272
AWS_SECRET_ACCESS_KEY: ${{ secrets.WEBSITE_STAGING_AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)