Try to fix
	
		
			
	
		
	
	
		
			
				
	
				deploy 
				
					Details
				
			
		
	
				
					
				
			
				
	
				deploy 
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									66c683c1fa
								
							
						
					
					
						commit
						d145064a9b
					
				| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
          fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
 | 
					          fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Hugo
 | 
					      - name: Setup Hugo
 | 
				
			||||||
        uses: peaceiris/actions-hugo@v2.6.0
 | 
					        uses: https://github.com/peaceiris/actions-hugo@v2.6.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          hugo-version: "0.110.0"
 | 
					          hugo-version: "0.110.0"
 | 
				
			||||||
          extended: true
 | 
					          extended: true
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ jobs:
 | 
				
			||||||
        run: hugo --minify
 | 
					        run: hugo --minify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Deploy
 | 
					      - name: Deploy
 | 
				
			||||||
        uses: nekitcorp/yandex-storage-website-action@v2
 | 
					        uses: https://github.com/nekitcorp/yandex-storage-website-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
 | 
					          accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
 | 
				
			||||||
          secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}
 | 
					          secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue