update path

This commit is contained in:
fujr 2025-04-14 15:18:15 +08:00
parent 536878e181
commit 6919a114a3
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ jobs:
tag_name: ${{ env.tag_name }}
push_type: ${{ env.push_type }}
tag_message: ${{ env.tag_message }}
release_note_body: ${{ env.release_note_body }}
steps:
- name: Determine push type
@ -55,7 +54,7 @@ jobs:
run: |
cd qmodem
python3 ./scripts/update_support_list.py temp_support_list ./luci/luci-app-qmodem/root/usr/share/qmodem/modem_support.json
is_diff=$(diff ./temp_support_list.md ./support_list.md > /dev/null 2>&1 && echo 0 || echo 1)
is_diff=$(diff ./temp_support_list.md ./docs/support_list.md > /dev/null 2>&1 && echo 0 || echo 1)
echo "is_diff=${is_diff}" >> $GITHUB_ENV
if [[ ${is_diff} == 1 ]]; then
mv temp_support_list.md ./docs/support_list.md

View File

@ -9,7 +9,7 @@
(使用 js luci 时请添加 luci-compat 软件包)
[支持模组列表](support_list.md)
[支持模组列表](./docs/support_list.md)
[toc]