16
Some checks failed
Publish Website / publish (push) Failing after 3s

This commit is contained in:
Akshay
2025-07-19 22:11:24 -04:00
parent 885bb39e85
commit 5af6820c19

View File

@@ -34,11 +34,11 @@ jobs:
# ------------------------------------------------------------ # ------------------------------------------------------------
# 3. Trust the Gitea host key (port 222) # 3. Trust the Gitea host key (port 222)
# ------------------------------------------------------------ # ------------------------------------------------------------
- name: Trust Gitea host key # - name: Trust Gitea host key
shell: bash # shell: bash
run: | # run: |
mkdir -p ~/.ssh # mkdir -p ~/.ssh
ssh-keyscan -H -p 222 "$GITEA_HOST" 2>/dev/null >> ~/.ssh/known_hosts # ssh-keyscan -H -p 222 "$GITEA_HOST" 2>/dev/null >> ~/.ssh/known_hosts
# ------------------------------------------------------------ # ------------------------------------------------------------
# 4. Clone the template repo via SSH (uses detected IP + port 222) # 4. Clone the template repo via SSH (uses detected IP + port 222)