mirror of
https://github.com/Estom/notes.git
synced 2026-02-02 18:20:20 +08:00
设置项目根路径
This commit is contained in:
4
.github/workflows/call_remote_api.yml
vendored
4
.github/workflows/call_remote_api.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user