Skip to content

Commit

Permalink
feat: 每日百度链接推送,提高收录
Browse files Browse the repository at this point in the history
  • Loading branch information
qimu666 committed Sep 25, 2023
1 parent 964c564 commit 6e12178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baiduPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: 'Checkout codes' # 步骤一,获取仓库代码
uses: actions/checkout@v1
- name: 'Run baiduPush' # 步骤二,执行sh命令文件
run: npm install && npm run baiduPush # 运行目录是仓库根目录
run: npm run baiduPush # 运行目录是仓库根目录

0 comments on commit 6e12178

Please sign in to comment.