Skip to content

Commit

Permalink
Añadir delay de 5 segundos
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Nov 16, 2024
1 parent d3f49a9 commit a54411c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
if: github.repository == 'TeenBiscuits/Pasame-Codigo'
runs-on: ubuntu-latest
steps:
- name: ⌛ Espera 5s
run: sleep 5s
shell: bash
- name: ⌛ Esperar deploy
# tj-actions
# MIT
Expand All @@ -20,6 +23,7 @@ jobs:
project-id: ${{ secrets.VERCEL_PROJECT_ID }}
token: ${{ secrets.VERCEL_TOKEN }}
sha: ${{ github.sha }}
timeout: ''

indexnow:
name: 🔎 Bing IndexNow
Expand Down

0 comments on commit a54411c

Please sign in to comment.