Skip to content

Commit

Permalink
设置生成的根路径
Browse files Browse the repository at this point in the history
  • Loading branch information
Estom committed Jan 21, 2024
1 parent bf0ac0a commit d1f8c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/call_remote_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1f8c85

Please sign in to comment.