Skip to content

IndexNow

IndexNow #5

Workflow file for this run

name: 'IndexNow'
on:
page_build:
workflow_dispatch:
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: indexnow-action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://daily-devops.net/sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
key-location: 'https://daily-devops.net/indexnow.txt'
since-unit: 'year'
failure-strategy: 'error'