From 4b487f2eda9ce2da44bf1804091b3a6050b673fd Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 22 Jul 2025 23:34:34 -0400 Subject: [PATCH] 29 --- .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 0700e3f..47d61f6 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 ssh://git@gitea/lepton/website + run: git clone https://gitea:3000/lepton/website # ------------------------------------------------------------ # 2. Start an SSH agent and load the private key from secrets