Actions update 4
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-19 21:17:12 -04:00
parent b3f9aff2ff
commit aa201201a9

View File

@@ -21,6 +21,11 @@ jobs:
echo "$SSH_KEY" | tr -d '\r' | ssh-add -
ssh-add -l
- name: Trust Gitea host
run: |
mkdir -p ~/.ssh
ssh-keyscan localhost >> ~/.ssh/known_hosts
- name: Clone template repo
run: |
git clone --depth 1 ssh://git@localhost:222/lepton/app_templates /tmp/template