Skip to content

Commit

Permalink
chore(docs): actually run the algolia index augmenter (#9377)
Browse files Browse the repository at this point in the history
Don't worry, I'm a professional.
  • Loading branch information
gforsyth authored Jun 13, 2024
1 parent b5048b9 commit 2861854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-algolia-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ def main():
# record to the Algolia index. If the object ID already exists, it gets
# updated with the new fields in the record dict
index.save_objects(records)


if __name__ == "__main__":
main()

0 comments on commit 2861854

Please sign in to comment.