Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Disable Google Index
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits authored Apr 15, 2024
1 parent 4b54466 commit aabac35
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
#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 }}

0 comments on commit aabac35

Please sign in to comment.