Skip to content

Commit 401097b

Browse files
author
Robert Mosolgo
authored
Fix interpolation in workflow
1 parent d0fb3c1 commit 401097b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
bundle install --jobs 4 --retry 3
3232
- name: Build HTML, reindex
3333
env:
34-
ALGOLIA_API_KEY: {{ secrets.ALGOLIA_API_KEY }}
34+
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
3535
run: |
3636
bundle exec rake site:build_doc site:update_search_index site:clean_html site:build_html site:commit_changes
3737
- name: Deploy to GitHub pages via gh-pages branch

0 commit comments

Comments
 (0)