From b2f1f78fde1e70509a899d5f90c1da1657702be4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 22 Jul 2025 23:36:28 -0400 Subject: [PATCH] 30 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 47d61f6..28f2cc9 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo - run: git clone https://gitea:3000/lepton/website + run: git clone http://gitea:3000/lepton/website # ------------------------------------------------------------ # 2. Start an SSH agent and load the private key from secrets