Skip to content

IndexNow

IndexNow #41

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://www.zcxd-bj.com/rss/bing.xml'
limit: 10000
key: ${{ secrets.INDEXNOW_KEY }}