From 82b6914aff86d4f296f6bfa8435f660aaaf75d56 Mon Sep 17 00:00:00 2001 From: yinkanglong Date: Sun, 21 Jan 2024 20:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B9=E7=9B=AE=E6=A0=B9?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call_remote_api.yml b/.github/workflows/call_remote_api.yml index f25ae117..adfcb66d 100644 --- a/.github/workflows/call_remote_api.yml +++ b/.github/workflows/call_remote_api.yml @@ -24,8 +24,8 @@ jobs: - name: Generate files with Python script run: | root_dir=$(pwd) - echo root_dir - python ./blog/docsify/build_sidebar.py root_dir # 替换为你的Python脚本路径 + echo ${root_dir} + python ./blog/docsify/build_sidebar.py ${root_dir} # 替换为你的Python脚本路径 - name: Commit generated files run: |