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 8fe42e9 commit 1854986Copy full SHA for 1854986
.github/workflows/build.yml
@@ -126,6 +126,10 @@ jobs:
126
HTTPS_URL: https://developer.rebble.io
127
JEKYLL_ENV: production
128
DOCS_URL: /tmp/docs/
129
+ ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
130
+ ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
131
+ ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}
132
+ ALGOLIA_PREFIX: developer-rebble-io-prod-
133
134
- name: Upload artifact
135
uses: actions/upload-pages-artifact@v3
0 commit comments