Add search to docs (#751)

This commit is contained in:
Adewale Abati
2025-01-24 23:05:43 +01:00
committed by GitHub
parent 2e99b76a50
commit 3184b7d79f
4 changed files with 59 additions and 0 deletions
@@ -20,6 +20,10 @@ jobs:
- name: Install dependencies and build docs
working-directory: ./documentation
env:
INKEEP_API_KEY: ${{ secrets.INKEEP_API_KEY }}
INKEEP_INTEGRATION_ID: ${{ secrets.INKEEP_INTEGRATION_ID }}
INKEEP_ORG_ID: ${{ secrets.INKEEP_ORG_ID }}
run: |
npm install
npm run build