Skip to content

Commit

Permalink
Add clone logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
M1hono committed Oct 25, 2024
1 parent 77e0e02 commit f4fbc02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
if ! grep -q github.com ~/.ssh/known_hosts; then
ssh-keyscan github.com >> ~/.ssh/known_hosts
fi
GIT_SSH_COMMAND='ssh -i /home/mihono/.ssh/id_rsa' git clone --depth 1 [email protected]:M1hono/CrychicDocSynchronization.git temp_repo
# 使用 ssh 调试模式 -v 输出调试信息
GIT_SSH_COMMAND='ssh -v -i /home/mihono/.ssh/id_rsa' git clone --depth 1 [email protected]:M1hono/CrychicDocSynchronization.git temp_repo

- name: Copy necessary files
run: |
Expand Down

0 comments on commit f4fbc02

Please sign in to comment.