summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index c26acc6..2362e60 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -4,7 +4,7 @@ on: [push]
env:
# Name of module and id separated by a slash
- INSTANCE: docs/Writerside/in
+ INSTANCE: Writerside/in
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpIN2-all.zip
# Docker image version
@@ -29,6 +29,7 @@ jobs:
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
+ location: "${{ github.workspace }}/docs"
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}