Skip to content

Commit

Permalink
chore: fix algolia app name
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthalles committed May 17, 2024
1 parent 5e83db6 commit d373ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/writerside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
# Add the variable below to upload Algolia indexes
# Replace HI with the ID of the instance in capital letters
ALGOLIA_ARTIFACT: algolia-indexes-MD.zip
ALGOLIA_APP_NAME: Memospot
ALGOLIA_INDEX_NAME: memospot_docs
ALGOLIA_APP_NAME: GF9WWVY2E3
ALGOLIA_INDEX_NAME: memospot-docs
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
CONFIG_JSON_PRODUCT: md
CONFIG_JSON_VERSION: "1.0"
Expand All @@ -37,6 +37,7 @@ jobs:

steps:
- if: ${{ env.ALGOLIA_KEY == '' }}
name: Fail job if Algolia Key is not set in secrets
run: echo -e '\033[0;31m ALGOLIA_KEY not set!\033[0m' && exit 1

- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<custom-favicons>logo.png</custom-favicons>
<primary-color>halloween</primary-color>
<algolia-id>GF9WWVY2E3</algolia-id>
<algolia-index>memospot_docs</algolia-index>
<algolia-index>memospot-docs</algolia-index>
<algolia-api-key>b315dd81ad99d5a42d110b2b9252877f</algolia-api-key>
<web-root>https://memospot.github.io/</web-root>
</variables>
Expand Down

0 comments on commit d373ffd

Please sign in to comment.