Skip to content

Commit

Permalink
updated env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
BillBensing committed Aug 20, 2024
1 parent a6fa472 commit c44d673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
INSTANCE: 'Writerside/n-nape'
ARTIFACT: 'webHelpN-NAPE-all.zip'
ARTIFACT: 'webHelpN-NAPE2-all.zip'
DOCKER_VERSION: '241.18775'
CONFIG_JSON_PRODUCT: 'N-NAPE'
CONFIG_JSON_VERSION: '1.0'
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
with:
name: docs
path: |
artifacts/${{ env.ARTIFACT}}
artifacts/${{ env.ARTIFACT }}
artifacts/report.json
artifacts/${{ env.ALGOLIA_ARTIFACT }}
retention-days: 7
Expand Down

0 comments on commit c44d673

Please sign in to comment.