Skip to content

Hexo SEO Auto Push #404

Hexo SEO Auto Push

Hexo SEO Auto Push #404

name: Hexo SEO Auto Push
on:
schedule:
- cron: 0 4 * * *
watch:
types: [started]
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id || github.event_name == 'schedule'
steps:
- uses: actions/checkout@main
with:
ref: 'gh-pages-deprecated'
- uses: actions/setup-node@main
with:
node-version: latest
- run: |
npm init -y
npm install hexo-seo-autopush
- name: bing push
run: curl -X POST "https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlBatch?apikey=${{secrets.bing_apikey}}" -H "Content-Type:application/json" -H "charset:utf-8" -d @bing.json