Skip to content

Commit 15dbfba

Browse files
committed
skip the api index build step
1 parent c867b18 commit 15dbfba

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/algolia.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ jobs:
2323
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
2424
CONFIG: ${{ steps.algolia_config.outputs.config }}
2525

26-
index_apis:
27-
needs: algolia
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: actions/checkout@v4
31-
- uses: actions/setup-python@v5
32-
with:
33-
python-version: '3.9'
34-
cache: 'pip'
35-
env:
36-
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
37-
38-
- name: Install Requirements
39-
run: pip install -r requirements.txt
40-
41-
- name: Update index
42-
env:
43-
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
44-
working-directory: ./tools
45-
run: python update_search.py
26+
# index_apis:
27+
# needs: algolia
28+
# runs-on: ubuntu-latest
29+
# steps:
30+
# - uses: actions/checkout@v4
31+
# - uses: actions/setup-python@v5
32+
# with:
33+
# python-version: '3.9'
34+
# cache: 'pip'
35+
# env:
36+
# ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
37+
38+
# - name: Install Requirements
39+
# run: pip install -r requirements.txt
40+
41+
# - name: Update index
42+
# env:
43+
# ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
44+
# working-directory: ./tools
45+
# run: python update_search.py

0 commit comments

Comments
 (0)