Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
T
  • Loading branch information
gkhalley authored Nov 10, 2023
1 parent 6f3caae commit fa3b783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ permissions:

env:
# Name of module and id separated by a slash
INSTANCE: Writerside/hi
INSTANCE: Writerside/t
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpHI2-all.zip
ARTIFACT: webHelpT2-all.zip
# Writerside docker image version
DOCKER_VERSION: 232.10165.1
# Add the variable below to upload Algolia indexes
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit fa3b783

Please sign in to comment.