Skip to content

Commit af1507b

Browse files
committed
update ci
1 parent ec66839 commit af1507b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/get_data_lint_files_deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
7272
run: node utils/js/ensure_changelog_update.js
7373

74+
- name: Generate Search Index
75+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
76+
run: node utils/js/create_search_index.js
77+
7478
- name: Set lint-fix branch name
7579
id: vars
7680
shell: bash

0 commit comments

Comments
 (0)