[skip ci] Update deploy.yaml
	
		
			
	
		
	
	
		
			
				
	
				deploy 
				
					Details
				
			
		
	
				
					
				
			
				
	
				deploy 
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									0c7691bb15
								
							
						
					
					
						commit
						e6fd166c5f
					
				| 
						 | 
					@ -10,7 +10,8 @@ jobs:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - name: Fetch repo
 | 
				
			||||||
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: true # Fetch Hugo themes (true OR recursive)
 | 
					          submodules: true # Fetch Hugo themes (true OR recursive)
 | 
				
			||||||
          fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
 | 
					          fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
 | 
				
			||||||
| 
						 | 
					@ -21,10 +22,10 @@ jobs:
 | 
				
			||||||
          hugo-version: "0.110.0"
 | 
					          hugo-version: "0.110.0"
 | 
				
			||||||
          extended: true
 | 
					          extended: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build website
 | 
				
			||||||
        run: hugo --minify
 | 
					        run: hugo --minify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Deploy
 | 
					      - name: Deploy website
 | 
				
			||||||
        run: hugo deploy
 | 
					        run: hugo deploy
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
 | 
					          AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue