Skip to content

Commit

Permalink
- workaround for documentation archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
Articus committed Mar 10, 2024
1 parent 62fba64 commit 910f912
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# TODO use custom artifact name when it is supported
- name: Build documentation archive
uses: JetBrains/writerside-github-action@v4
with:
instance: docs/docs
artifact: docs.zip
artifact: webHelpDOCS2-all.zip
docker-version: '233.14389'

- name: Unpack documentation archive
run: unzip ./artefacts/docs.zip -d ./_site
run: unzip ./artifacts/webHelpDOCS2-all.zip -d ./_site

- name: Upload GitHub Pages artifact with documentation
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 910f912

Please sign in to comment.