Skip to content

Commit 215c0e5

Browse files
committed
Add safe parameter
1 parent 93042b4 commit 215c0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-algolia.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
records = JSON.parse(file)
2020

2121
# The API client automatically batches your records
22-
index.replace_all_objects(records, {})
22+
index.replace_all_objects(records, { safe: true })

0 commit comments

Comments
 (0)