From a4eb2d83053ad5a89cd09dfebf1b48f0efd132b2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 22:05:37 -0400 Subject: [PATCH] 12 --- .gitea/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 89b4d3a..4ab4c52 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -15,10 +15,7 @@ jobs: # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo - uses: actions/checkout@v4 # avoids manual clone - with: - repository: lepton/website # full owner/repo path - fetch-depth: 1 + run: git clone https://code.akshaykolli.com/lepton/website # ------------------------------------------------------------ # 2. Start an SSH agent and load the private key from secrets