Skip to content

Commit d81cb3c

Browse files
committed
new article
1 parent 5be6e73 commit d81cb3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/HexoSeoAutoPush.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
2424
- name: google push
2525
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
26-
26+
- name: Debug baidu_token
27+
run: echo "Baidu Token: ${{secrets.baidu_token}}"
2728
- name: bing push
2829
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
2930

0 commit comments

Comments
 (0)