diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:54:10 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:54:10 +0200 |
| commit | 652dc9a01fe2196b85ecd39715d6f9b05814bd73 (patch) | |
| tree | 361b6cc53fd17aaa9e651b6a57e2b2e7f013f00e | |
| parent | e4b494f4327e2e14b254f2846ec25187c95e4d35 (diff) | |
add the path **properly**v0.18.3.4-RC4-docs2v0.18.3.4-RC4-docs
| -rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2362e60..a022380 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -29,7 +29,7 @@ jobs: - name: Build Writerside docs using Docker uses: JetBrains/writerside-github-action@v4 with: - location: "${{ github.workspace }}/docs" + location: "docs" instance: ${{ env.INSTANCE }} artifact: ${{ env.ARTIFACT }} docker-version: ${{ env.DOCKER_VERSION }} |
