File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 indexing :
12+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
1213 runs-on : ubuntu-latest
1314 name : Meilisearch Indexing
1415 steps :
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 API_KEY=$(grep 'MEILISEARCH_API_KEY' netlify.toml | cut -d '=' -f2 | tr -d ' "')
2828 echo "MEILISEARCH_API_KEY=$API_KEY" >> "$GITHUB_ENV"
2929
30- # - name: Build docs.gno.land
31- # working-directory: ./docusaurus
32- # run: |
33- # yarn run download-docs
34- # yarn install
35- # yarn build
36- # env:
37- # MEILISEARCH_URL: "https://docs-search.gnoteam.com"
38- # MEILISEARCH_INDEX_UID: "production"
30+ - name : Build docs.gno.land
31+ working-directory : ./docusaurus
32+ run : |
33+ yarn run download-docs
34+ yarn install
35+ yarn build
36+ env :
37+ MEILISEARCH_URL : " https://docs-search.gnoteam.com"
38+ MEILISEARCH_INDEX_UID : " production"
3939
4040 - name : Deploy to netlify
4141 run : |
You can’t perform that action at this time.
0 commit comments