Skip to content

Commit

Permalink
Configured Writerside to generate Algolia an Algolia search index
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Demidov committed Feb 18, 2024
1 parent 12bc39d commit f088494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ jobs:
name: algolia-indexes
- name: Unzip artifact
run: |
echo Key:
echo ${{env.ALGOLIA_KEY}}
unzip -O UTF-8 -qq ${{ env.ALGOLIA_ARTIFACT }} -d algolia-indexes
env "algolia-key=${{secrets.ALGOLIA_KEY}}" java -jar /opt/builder/help-publication-agent.jar \
env "algolia-key=${{env.ALGOLIA_KEY}}" java -jar /opt/builder/help-publication-agent.jar \
update-index \
--application-name ${{env.ALGOLIA_APP_NAME}} \
--index-name ${{env.ALGOLIA_INDEX_NAME}} \
Expand Down

0 comments on commit f088494

Please sign in to comment.