fix: clean clone dir before checkout
Deploy / deploy (push) Failing after 2s

This commit is contained in:
枫
2026-08-23 14:43:17 +00:00
parent 3bcacecce2
commit 716dca7663
+1
View File
@@ -16,6 +16,7 @@ jobs:
- name: Checkout
run: |
rm -rf /tmp/illustrated-algorithm
git clone --depth 1 -b main \
http://47.121.181.112:3000/wonder/illustrated-algorithm.git \
/tmp/illustrated-algorithm