sinzmise-cetastories-en 2.0.0-1733058172026 → 2.0.0-1733131727950
Sign up to get free protection for your applications and to get access to all the features.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/baidusitemap.xml +1 -1
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/cw.js +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +10 -10
- package/swpp/update.json +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
- package/.github/workflows/HexoSeoAutoPush.yml +0 -32
- package/baidu.txt +0 -1
- package/bing.json +0 -1
- package/google.txt +0 -1
@@ -1,32 +0,0 @@
|
|
1
|
-
|
2
|
-
name: Hexo SEO Auto Push
|
3
|
-
|
4
|
-
on:
|
5
|
-
schedule:
|
6
|
-
- cron: 0 4 * * *
|
7
|
-
watch:
|
8
|
-
types: [started]
|
9
|
-
jobs:
|
10
|
-
build:
|
11
|
-
runs-on: ubuntu-latest
|
12
|
-
if: github.event.repository.owner.id == github.event.sender.id || github.event_name == 'schedule'
|
13
|
-
steps:
|
14
|
-
- uses: actions/checkout@main
|
15
|
-
|
16
|
-
|
17
|
-
- uses: actions/setup-node@main
|
18
|
-
with:
|
19
|
-
node-version: latest
|
20
|
-
- run: |
|
21
|
-
npm init -y
|
22
|
-
npm install hexo-seo-autopush
|
23
|
-
|
24
|
-
- name: google push
|
25
|
-
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
|
26
|
-
|
27
|
-
- name: bing push
|
28
|
-
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
|
29
|
-
|
30
|
-
- name: baidu push
|
31
|
-
run: curl -H "Content-Type:text/plain" --data-binary @baidu.txt "http://data.zz.baidu.com/urls?site=https://en.blog.sinzmise.top&token=${{secrets.baidu_token}}"
|
32
|
-
|
package/baidu.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
https://en.blog.sinzmise.top/posts/46521/
|
package/bing.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"siteUrl":"https://en.blog.sinzmise.top","urlList":["https://en.blog.sinzmise.top/posts/46521/"]}
|
package/google.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
https://en.blog.sinzmise.top/posts/46521/
|