Skip to content

Commit

Permalink
Merge pull request #27 from phmatray/fixes/documentation-ci
Browse files Browse the repository at this point in the history
update writerside docker version in GitHub Actions
  • Loading branch information
phmatray authored Feb 19, 2024
2 parents 44fcc4a + a38b15a commit 6a82222
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ env:
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpHI2-all.zip
# Writerside docker image version
DOCKER_VERSION: 232.10165.1
# Add the variable below to upload Algolia indexes
DOCKER_VERSION: 232.10275
# Replace HI with the ID of the instance in capital letters
ALGOLIA_ARTIFACT: algolia-indexes-HI.zip

Expand Down Expand Up @@ -88,9 +87,7 @@ jobs:
name: docs

- name: Unzip artifact
uses: montudor/action-zip@v1
with:
args: unzip -qq ${{ env.ARTIFACT }} -d dir
uses: unzip -O UTF-8 -qq ${{ env.ARTIFACT }} -d dir

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 6a82222

Please sign in to comment.