Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-search-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update:
name: Update Algolia Search Index
runs-on: ubuntu-latest
environment: production
environment: testing
steps:
- name: Install Node
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
data-app-id="{{ getenv "ALGOLIA_APP_ID" }}"
data-search-key="{{ getenv "ALGOLIA_APP_SEARCH_KEY" }}"
data-facets="Docs,Registry,Tutorials"
data-index="production"
data-index="testing"
></div>
</div>
<div class="content-width-controls">
Expand Down
Loading
Loading