mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:00:04 -04:00
22 lines
515 B
YAML
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 }}
|