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

This commit is contained in:
Akshay
2025-07-19 21:18:07 -04:00
parent aa201201a9
commit 9cf2577dd2

View File

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