设置生成的根路径

This commit is contained in:
yinkanglong
2024-01-21 20:10:30 +08:00
parent bf0ac0a244
commit d1f8c855ed

View File

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