Skip to content

Commit

Permalink
更新 zhmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunshuangqwq authored Dec 16, 2024
1 parent 1b6cc9d commit 0012d1c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/zhmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,3 @@ jobs:
fi
shell: bash

- name: Commit Markdown files
if: ${{ fromJSON(steps.check_files.outputs.files_found) }}
run: |
git add zhdocs/cp/*.md
git commit -m "Add Markdown files" || echo "No changes to commit"
git push # 提交转换后的Markdown文件
shell: bash

0 comments on commit 0012d1c

Please sign in to comment.