Auto Publish Action 2
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-19 21:08:38 -04:00
parent a93cea5589
commit f6884d5993

View File

@@ -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: