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: