From 6e1217802be62b5e1d93344b4dbbe05dc1d1e0f3 Mon Sep 17 00:00:00 2001 From: qimu <2483482026@qq.com> Date: Mon, 25 Sep 2023 12:13:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=AF=8F=E6=97=A5=E7=99=BE=E5=BA=A6?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=8E=A8=E9=80=81=EF=BC=8C=E6=8F=90=E9=AB=98?= =?UTF-8?q?=E6=94=B6=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/baiduPush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/baiduPush.yml b/.github/workflows/baiduPush.yml index 3b8a3b4..9cb539a 100644 --- a/.github/workflows/baiduPush.yml +++ b/.github/workflows/baiduPush.yml @@ -20,4 +20,4 @@ jobs: - name: 'Checkout codes' # 步骤一,获取仓库代码 uses: actions/checkout@v1 - name: 'Run baiduPush' # 步骤二,执行sh命令文件 - run: npm install && npm run baiduPush # 运行目录是仓库根目录 \ No newline at end of file + run: npm run baiduPush # 运行目录是仓库根目录 \ No newline at end of file