Skip to content

Commit

Permalink
fix(ci): change noIndex to build
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Nov 8, 2023
1 parent b9805bd commit 677a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 677a4eb

Please sign in to comment.