mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 02:23:31 +08:00
设置生成的根路径
This commit is contained in:
3
.github/workflows/call_remote_api.yml
vendored
3
.github/workflows/call_remote_api.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user