diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 68503c507..4fa1412dd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -54,11 +54,11 @@ jobs: run: | mike list - deploy-to-gha: - needs: build-docs - permissions: - contents: read - pages: write - id-token: write - uses: ./.github/workflows/deploy-to-gha.yml + # deploy-to-gha: + # needs: build-docs + # permissions: + # contents: read + # pages: write + # id-token: write + # uses: ./.github/workflows/deploy-to-gha.yml