From f6884d59932594448e55ebd27da7facd8c0acb2b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 21:08:38 -0400 Subject: [PATCH] Auto Publish Action 2 --- .gitea/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 9b71fa5..d3bc2c5 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: [ main ] # ✅ Fixed typo from 'braches' + branches: [ main ] jobs: publish: @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout website repo - uses: actions/checkout@v4 # ✅ Indented correctly; moved under step + run: git clone https://code.akshaykolli.net/lepton/website - name: Set up SSH agent env: