Skip to content

Commit

Permalink
Update the latest path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen committed Jan 7, 2025
1 parent 50c6913 commit 18c82d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_all_parameter_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
python sync_runtime_parameter.py
- name: move markdown
run: |
mv tool/wiki/Runtime-Parameters:-All.md doc/wiki/
mv tool/wiki/Runtime-Parameters:-All.md doc/wiki/Runtime-Parameters-related
- name: set git config
run: |
git config --global user.email "${{env.GIT_AUTHOR_EMAIL}}"
git config --global user.name "${{env.GIT_AUTHOR_NAME}}"
- name: make a commit and push if the file changed
run: |
git diff --exit-code doc/wiki/Runtime-Parameters:-All.md || \
( git add doc/wiki/Runtime-Parameters:-All.md && \
git diff --exit-code doc/wiki/Runtime-Parameters-related/Runtime-Parameters:-All.md || \
( git add doc/wiki/Runtime-Parameters-related/Runtime-Parameters:-All.md && \
git commit -m "[Workflow] Update all parameters wiki page" && \
git push )

0 comments on commit 18c82d3

Please sign in to comment.