Skip to content

Commit bb0adac

Browse files
committed
Remove version parameter from Algolia indexing script
The `--version` parameter has been removed from the Algolia indexing command in the GitHub workflow. This simplifies the configuration and avoids unnecessary dependency on version-specific data.
1 parent 4dccd77 commit bb0adac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
--application-name '${{env.ALGOLIA_APP_NAME}}' \
127127
--index-name '${{env.ALGOLIA_INDEX_NAME}}' \
128128
--product '${{env.CONFIG_JSON_PRODUCT}}' \
129-
--version '${{env.CONFIG_JSON_VERSION}}' \
130129
--index-directory algolia-indexes/ \
131130
--debug \
132131
2>&1 | tee algolia-update-index-log.txt

0 commit comments

Comments
 (0)