File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1-
21name : Hexo SEO Auto Push
32
43on :
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
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-
You can’t perform that action at this time.
0 commit comments