feat: v2 版本 #206

Merged
huanghaosheng merged 201 commits from v2 into main 2026-06-22 16:01:28 +08:00
Showing only changes of commit 39073b7673 - Show all commits

View File

@@ -10,6 +10,7 @@ jobs:
steps:
- name: Deploy
run: |
git config --global --add safe.directory /root/camtalk
if [ -d /root/camtalk/.git ]; then
cd /root/camtalk
git fetch origin ${GITHUB_REF_NAME} --depth=1