Skip to content

Commit 0ae969f

Browse files
committed
Add productVersion parameter to Algolia indexing script
This change updates the GitHub Actions workflow to include the productVersion parameter when running the Algolia indexing script. It ensures that the version information is correctly passed, improving the accuracy of the indexed data.
1 parent 4f6a0ef commit 0ae969f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,6 @@ jobs:
126126
--application-name '${{env.ALGOLIA_APP_NAME}}' \
127127
--index-name '${{env.ALGOLIA_INDEX_NAME}}' \
128128
--product '${{env.CONFIG_JSON_PRODUCT}}' \
129+
--productVersion '${{env.CONFIG_JSON_VERSION}}' \
129130
--index-directory algolia-indexes/
130131
2>&1 | tee algolia-update-index-log.txt

0 commit comments

Comments
 (0)