From 677a4eb3ecf43769c5ef1a3c539b4c3dbfc122ee Mon Sep 17 00:00:00 2001 From: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:12:44 -0600 Subject: [PATCH] fix(ci): change noIndex to build Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> --- .github/workflows/build-and-preview-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-preview-site.yml b/.github/workflows/build-and-preview-site.yml index f818fe941..9318e2dfb 100644 --- a/.github/workflows/build-and-preview-site.yml +++ b/.github/workflows/build-and-preview-site.yml @@ -21,7 +21,7 @@ jobs: run: | cd site npm install - npm run noIndex + npm run build - name: Zip Site run: bash site/script.sh - name: Upload files