Skip to content

IndexNow

IndexNow #269

Workflow file for this run

name: 'IndexNow'
on:
schedule:
# Set the schedule time
- cron: '0 2 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: indexnow-action-bing
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://www.ataidev.cc/sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
endpoint: 'api.indexnow.org'