Skip to content

Commit 3aae8b0

Browse files
committed
docs(docs): 🔧 update github workflow
1 parent 840422e commit 3aae8b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: |
2727
npm ci
2828
npm run build
29+
env:
30+
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
31+
ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}
2932
- name: Deploy docs
3033
uses: peaceiris/actions-gh-pages@v3.7.3
3134
with:

0 commit comments

Comments
 (0)