Skip to content

Commit 707bd51

Browse files
adding algolia
1 parent c280c81 commit 707bd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-to-github-pages.yml.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545
- name: Build
46+
env:
47+
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
4648
run: npm run build
4749
- name: Upload artifact
4850
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)