Skip to content

Commit 3b97a38

Browse files
Switch from Algolia to local search (yearn#623)
* Switch from Algolia to local search * Switch local search dependency * update searchbar styling --------- Co-authored-by: Ross <therossgalloway@gmail.com> Co-authored-by: rossgalloway <58150151+rossgalloway@users.noreply.github.com>
1 parent e5b2f34 commit 3b97a38

File tree

5 files changed

+235
-45
lines changed

5 files changed

+235
-45
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,3 @@ jobs:
4545
-d "$(jq -n --arg title ':robot: Address Checks Failed' --arg body "$(cat issue_body.md)" '{title: $title, body: $body}')" \
4646
https://api.github.com/repos/yearn/yearn-devdocs/issues
4747
echo "Issue created"
48-
49-
- name: Trigger Algolia Recrawl
50-
if: github.event_name != 'pull_request'
51-
run: |
52-
curl -H "Content-Type: application/json" \
53-
-X POST \
54-
--user ${{ secrets.CRAWLER_USER_ID }}:${{ secrets.CRAWLER_API_KEY }} \
55-
"https://crawler.algolia.com/api/1/crawlers/${{ secrets.CRAWLER_ID }}/reindex"

0 commit comments

Comments
 (0)