Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Feb 12, 2024
1 parent a9ca5ec commit 8d9de25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upload-algolia.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
index_name = os.getenv("ALGOLIA_INDEX")
index_file = os.getenv("QUARTO_INDEX_PATH")

EXCEPTIONS = os.getenv("INPUT_EXCEPTIONS", "none")

# Download the index generated by quarto from the ibis website
with urlopen("https://ibis-project.org/search.json") as response:
with open(index_file, "wb") as f:
Expand Down

0 comments on commit 8d9de25

Please sign in to comment.