From aabac35c63826f91fbd07008c9af5a4760544510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Portas=20L=C3=B3pez?= <81629707+TeenBiscuits@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:47:34 +0200 Subject: [PATCH] Disable Google Index --- .github/workflows/deploy.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b676aec..035942a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -165,17 +165,17 @@ jobs: endpoint: www.bing.com # Es el default failure-strategy: error - google-indexing: - needs: [construir, comprobar, publicar] - name: 🔎 Google Index - if: github.repository == 'TeenBiscuits/Pro2324' - runs-on: ubuntu-latest - steps: - - name: ⬆️ Subir Urls - # Robin Genz - # MIT - # https://github.com/robingenz/google-indexing-action - uses: TeenBiscuits/google-indexing-action@main - with: - siteUrl: 'https://teenbiscuits.github.io/Pro2324' - gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }} \ No newline at end of file + #google-indexing: + # needs: [construir, comprobar, publicar] + # name: 🔎 Google Index + # if: github.repository == 'TeenBiscuits/Pro2324' + # runs-on: ubuntu-latest + # steps: + # - name: ⬆️ Subir Urls + # # Robin Genz + # # MIT + # # https://github.com/robingenz/google-indexing-action + # uses: TeenBiscuits/google-indexing-action@main + # with: + # siteUrl: 'https://teenbiscuits.github.io/Pro2324' + # gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }}