mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	ci: change regen to just gen
This commit is contained in:
		
							parent
							
								
									bd3628332e
								
							
						
					
					
						commit
						18c115325a
					
				
							
								
								
									
										6
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							@ -1,11 +1,11 @@
 | 
			
		||||
name: Regenerate docs
 | 
			
		||||
name: Generate docs
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [master]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  regen:
 | 
			
		||||
  gen:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
@ -15,5 +15,5 @@ jobs:
 | 
			
		||||
      - name: Commit new docs
 | 
			
		||||
        uses: stefanzweifel/git-auto-commit-action@v4
 | 
			
		||||
        with:
 | 
			
		||||
          commit_message: "docs: [ci] regenerate new docs"
 | 
			
		||||
          commit_message: "docs: [ci] generate new docs"
 | 
			
		||||
          file_pattern: docs/ emmyLuaDocs/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user