diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 34ca7d1..af8f61b 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -92,11 +92,4 @@ jobs: uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main secrets: inherit - - publish-docc: - name: Publish docc - if: github.ref == 'refs/heads/main' - needs: bump - uses: ./.github/workflows/publish-docc.yml - secrets: inherit