diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2362e60a..a0223808 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 }}