This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user