Skip to content

Commit

Permalink
search workflow done
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii committed May 31, 2024
1 parent 82d5997 commit 0dfe7eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
run: |
jq 'map(
if .href then .href = "../" + .href else . end |
if .objectID then .objectID = "../" + .objectID else . end
)' search_original.json > fixed_main_search.json
if .objectID then .objectID = "../" + .objectID else . end)' search_original.json > fixed_main_search.json
- name: Merge search indices
- name: Merge both search index
run: |
jq -s '.[0] + .[1]' _site/search_original.json fixed_main_search.json > _site/search.json
Expand Down

0 comments on commit 0dfe7eb

Please sign in to comment.