We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc4e63 commit b4ea645Copy full SHA for b4ea645
.github/workflows/pages.yml
@@ -57,16 +57,12 @@ jobs:
57
with:
58
path: ./public
59
- name: Upload "index.json" to Algolia
60
- uses: rxrw/algolia-index-uploader@v1
61
- with:
62
- index_path: "./public/index.json"
63
- algolia_index_name: "shuosc_index_with_prefix"
64
- algolia_index_admin_key: ${{ secrets.ALGOLIA_APIKEY }}
65
- algolia_index_id: "WDJUT0BGDL"
66
- - name: Install dependencies
67
- run: |
68
- pip install --upgrade pip
69
- pip install algoliasearch
+ uses: iChochy/Algolia-Upload-Records@main
+ env:
+ APPLICATION_ID: "WDJUT0BGDL"
+ ADMIN_API_KEY: ${{ secrets.ALGOLIA_APIKEY }}
+ INDEX_NAME: "shuosc_index_with_prefix"
+ FILE_PATH: "./public/index.json"
70
71
# Deployment job
72
deploy:
0 commit comments