diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:49:21 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:49:21 +0200 |
| commit | e4b494f4327e2e14b254f2846ec25187c95e4d35 (patch) | |
| tree | ef4faf739790658c03f7b1f816f04998d2ab85ac | |
| parent | 53a0acd16ad020ed6a5b21460a5d6bd65f83ff13 (diff) | |
update location
| -rw-r--r-- | .github/workflows/docs.yaml | 3 |
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 }} |
