Skip to content

Commit

Permalink
ci(action): fix the config var names
Browse files Browse the repository at this point in the history
  • Loading branch information
Inmoresentum committed Jul 16, 2024
1 parent 4f5fea2 commit eb5d6f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ permissions:
pages: write

env:
INSTANCE: 'Writerside/hi'
ARTIFACT: 'webHelpHI2-all.zip'
INSTANCE: 'Writerside/chillax-docs'
ARTIFACT: 'webHelpCHILLAX-DOCS2-all.zip'
DOCKER_VERSION: '241.16003'
ALGOLIA_ARTIFACT: 'algolia-indexes-HI.zip'
ALGOLIA_APP_NAME: 'NLAGB2LZHU'
ALGOLIA_INDEX_NAME: 'MY_INDEX'
ALGOLIA_ARTIFACT: 'algolia-indexes-chillax-docs.zip'
ALGOLIA_APP_NAME: 'VNKPWW3QH4'
ALGOLIA_INDEX_NAME: 'chillax'
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
CONFIG_JSON_PRODUCT: 'HI'
CONFIG_JSON_PRODUCT: 'chillax-docs'
CONFIG_JSON_VERSION: '1.0'

jobs:
Expand Down

0 comments on commit eb5d6f2

Please sign in to comment.