mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Bump minimum Hugo version to 0.112.4
* language.LanguageCode is required for Fix/hugo depr 0.120.x #1328
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,7 +15,7 @@ on:
 | 
				
			|||||||
      hugoVersion:
 | 
					      hugoVersion:
 | 
				
			||||||
        description: "Hugo Version"
 | 
					        description: "Hugo Version"
 | 
				
			||||||
        required: false
 | 
					        required: false
 | 
				
			||||||
        default: "0.97.1"
 | 
					        default: "0.112.4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Allow one concurrent deployment
 | 
					# Allow one concurrent deployment
 | 
				
			||||||
concurrency:
 | 
					concurrency:
 | 
				
			||||||
@@ -38,7 +38,7 @@ jobs:
 | 
				
			|||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      HUGO_VERSION: "0.97.1"
 | 
					      HUGO_VERSION: "0.112.4"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check version
 | 
					      - name: Check version
 | 
				
			||||||
        if: ${{ github.event.inputs.hugoVersion }}
 | 
					        if: ${{ github.event.inputs.hugoVersion }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user