Skip to content

Commit

Permalink
Change Vercel Deploy Wait
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Nov 16, 2024
1 parent 52dc32b commit 1121065
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
if: github.repository == 'TeenBiscuits/Pasame-Codigo'
runs-on: ubuntu-latest
steps:
- name: ⌛ Espera 100s
run: sleep 100s
- name: ⌛ Espera 5s
run: sleep 5s
shell: bash
- name: ⌛ Esperar deploy
# tj-actions
Expand All @@ -23,7 +23,6 @@ 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 1121065

Please sign in to comment.