12
Some checks failed
Publish Website / publish (push) Failing after 1s

This commit is contained in:
Akshay
2025-07-19 22:05:37 -04:00
parent bac5c39570
commit a4eb2d8305

View File

@@ -15,10 +15,7 @@ jobs:
# 1. Checkout the website repository (your app code) # 1. Checkout the website repository (your app code)
# ------------------------------------------------------------ # ------------------------------------------------------------
- name: Checkout website repo - name: Checkout website repo
uses: actions/checkout@v4 # avoids manual clone run: git clone https://code.akshaykolli.com/lepton/website
with:
repository: lepton/website # full owner/repo path
fetch-depth: 1
# ------------------------------------------------------------ # ------------------------------------------------------------
# 2. Start an SSH agent and load the private key from secrets # 2. Start an SSH agent and load the private key from secrets