diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 0bc365f..a2df660 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -25,10 +25,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} # Use Personal Access Token (PAT) or GITHUB_TOKEN for authentication fetch-depth: 0 - - name: Pull Writerside Docker image - run: docker pull registry.jetbrains.team/p/writerside/builder/writerside-builder:${{ env.DOCKER_VERSION }} - - - name: Build Writerside Documentation + - name: Build docs using Writerside Docker builder uses: JetBrains/writerside-github-action@v4 with: instance: ${{ env.INSTANCE }}