设置项目根路径

This commit is contained in:
yinkanglong
2024-01-21 20:15:13 +08:00
parent d1f8c855ed
commit 82b6914aff

View File

@@ -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: |