From a7e2bf071be2a5a8a33949978365d33d36ba8895 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Aug 2024 20:32:53 +0200 Subject: [PATCH] chore: Move deployment to gh native actions --- .github/workflows/deploy-docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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