Skip to content

Commit c5f9557

Browse files
committed
restoring docusaursus build
1 parent b1696a1 commit c5f9557

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/meilisearch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
indexing:
12+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1213
runs-on: ubuntu-latest
1314
name: Meilisearch Indexing
1415
steps:

.github/workflows/netlify.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)