Skip to content

Commit 1dc5fbb

Browse files
committed
new article
1 parent d81cb3c commit 1dc5fbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/HexoSeoAutoPush.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Hexo SEO Auto Push
32

43
on:
@@ -13,7 +12,7 @@ jobs:
1312
steps:
1413
- uses: actions/checkout@main
1514
with:
16-
ref: 'master'
15+
ref: "master"
1716
- uses: actions/setup-node@main
1817
with:
1918
node-version: latest
@@ -24,10 +23,9 @@ jobs:
2423
- name: google push
2524
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
2625
- name: Debug baidu_token
27-
run: echo "Baidu Token: ${{secrets.baidu_token}}"
26+
run: "echo Baidu Token: ${{secrets.baidu_token}}"
2827
- name: bing push
2928
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
3029

3130
- name: baidu push
3231
run: curl -H "Content-Type:text/plain" --data-binary @baidu.txt "http://data.zz.baidu.com/urls?site=https://robocanic.com&token=${{secrets.baidu_token}}"
33-

0 commit comments

Comments
 (0)