14
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-19 22:09:33 -04:00
parent 95e4c96bab
commit 5eec515a9f
2 changed files with 3 additions and 3 deletions

View File

@@ -26,9 +26,9 @@ jobs:
shell: bash shell: bash
run: | run: |
eval "$(ssh-agent -s)" eval "$(ssh-agent -s)"
echo "$SSH_KEY" | tr -d '\r' | ssh-add - >/dev/null echo "$SSH_KEY" >> ~/.ssh/id_rsa
ssh-add -l ssh-add ~/.ssh/id_rsa
shasum -a 256 $SSH_KEY shasum -a 256 ~/.ssh/id_rsa
# ------------------------------------------------------------ # ------------------------------------------------------------
# 3. Trust the Gitea host key (port 222) # 3. Trust the Gitea host key (port 222)

0
a Normal file
View File