Files
blog-fuwari/.github/workflows/indexnow.yml
T
2025-08-24 16:28:36 +08:00

22 lines
515 B
YAML

name: "必应 IndexNow 提交"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: submit-to-bing
uses: bojieyang/indexnow-action@v1
with:
sitemap-location: "https://adclosenn.top/sitemap-0.xml"
endpoint: "www.bing.com"
since: 1
since-unit: "day"
limit: 100
key: ${{ secrets.INDEXNOW_KEY }}
key-location: ${{ secrets.INDEXNOW_KEY_LOCATION }}