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 d1f8c85 commit 82b6914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call_remote_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 82b6914

Please sign in to comment.