mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
feat(bing): 测试 bing 的 IndexNow
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user