From d1f8c855ed71d208b5c3d0ef43173fb104fc33fb Mon Sep 17 00:00:00 2001 From: yinkanglong Date: Sun, 21 Jan 2024 20:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E6=A0=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/call_remote_api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call_remote_api.yml b/.github/workflows/call_remote_api.yml index e1ee76b8..f25ae117 100644 --- a/.github/workflows/call_remote_api.yml +++ b/.github/workflows/call_remote_api.yml @@ -23,7 +23,8 @@ jobs: - name: Generate files with Python script run: | - root_dir = $(pwd) + root_dir=$(pwd) + echo root_dir python ./blog/docsify/build_sidebar.py root_dir # 替换为你的Python脚本路径 - name: Commit generated files