From 95e4c96babef0f15d2b50f7a57eb9593069e4755 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 22:06:21 -0400 Subject: [PATCH] 13 --- .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 4ab4c52..983fbcc 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://code.akshaykolli.com/lepton/website + run: git clone https://code.akshaykolli.net/lepton/website # ------------------------------------------------------------ # 2. Start an SSH agent and load the private key from secrets