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 d0fb3c1 commit 401097bCopy full SHA for 401097b
.github/workflows/website.yaml
@@ -31,7 +31,7 @@ jobs:
31
bundle install --jobs 4 --retry 3
32
- name: Build HTML, reindex
33
env:
34
- ALGOLIA_API_KEY: {{ secrets.ALGOLIA_API_KEY }}
+ ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
35
run: |
36
bundle exec rake site:build_doc site:update_search_index site:clean_html site:build_html site:commit_changes
37
- name: Deploy to GitHub pages via gh-pages branch
0 commit comments