Skip to content

IndexNow

IndexNow #88

Workflow file for this run

name: 'IndexNow'
on:
schedule:
# Set the schedule time
- cron: '0 2 * * *'
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: indexnow-action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://capgo.app/sitemap-index.xml'
key: 56ffe56f61454c148027e09bc603b03b
google-indexing:
runs-on: ubuntu-latest
steps:
- uses: robingenz/[email protected]
with:
siteUrl: 'capgo.app'
gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }}