We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280c81 commit 707bd51Copy full SHA for 707bd51
.github/workflows/deploy-to-github-pages.yml.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Install dependencies
44
run: npm ci
45
- name: Build
46
+ env:
47
+ ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
48
run: npm run build
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v3
0 commit comments