From e4b494f4327e2e14b254f2846ec25187c95e4d35 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 12 Oct 2024 19:49:21 +0200 Subject: update location --- .github/workflows/docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }} -- cgit v1.2.3