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

This commit is contained in:
Akshay
2025-07-19 21:21:29 -04:00
parent 9cf2577dd2
commit 6d7849c7bc

View File

@@ -24,7 +24,8 @@ jobs:
- name: Trust Gitea host - name: Trust Gitea host
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
ssh-keyscan -p 222 localhost >> ~/.ssh/known_hosts ssh-keyscan -H -p 222 localhost 2>/dev/null >> ~/.ssh/known_hosts
- name: Clone template repo - name: Clone template repo
run: | run: |