Skip to content

Commit

Permalink
Fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Oct 10, 2024
1 parent de4c2d5 commit 3950cde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ env:
ARTIFACT: webHelpTL2-all.zip
# Writerside docker image version
DOCKER_VERSION: '242.21870'
ALGOLIA_ARTIFACT: 'algolia-indexes-HI.zip'
ALGOLIA_ARTIFACT: 'algolia-indexes-TL.zip'
ALGOLIA_APP_NAME: 'CZXH99BXN1'
ALGOLIA_INDEX_NAME: 'Writerside'
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
CONFIG_JSON_PRODUCT: 'HI'
CONFIG_JSON_PRODUCT: 'TL'
CONFIG_JSON_VERSION: '1.0'

jobs:
Expand All @@ -46,6 +46,7 @@ jobs:
name: docs
path: |
artifacts/${{ env.ARTIFACT }}
artifacts/report.html
artifacts/report.json
artifacts/${{ env.ALGOLIA_ARTIFACT }}
retention-days: 7
Expand Down

0 comments on commit 3950cde

Please sign in to comment.