Skip to content

indexnow

indexnow #210

Workflow file for this run

name: "indexnow"
on:
schedule:
- cron: '0 0,12 * * *'
workflow_dispatch:
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: indexnow-action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: "https://question-board.readthedocs.io/sitemapindex.xml"
key: ${{ secrets.INDEXNOW_KEY }}