updating build file to force github repos
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Deploy Recipes / deploy (push) Successful in 27s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Deploy Recipes / deploy (push) Successful in 27s
				
			This commit is contained in:
		@@ -18,7 +18,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
 | 
					        uses: https://github.com/peaceiris/actions-hugo@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          hugo-version: '0.80.0'
 | 
					          hugo-version: '0.80.0'
 | 
				
			||||||
          # extended: true
 | 
					          # extended: true
 | 
				
			||||||
@@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
        run: hugo --minify
 | 
					        run: hugo --minify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Deploy
 | 
					      - name: Deploy
 | 
				
			||||||
        uses: appleboy/scp-action@v0.1.4
 | 
					        uses: https://github.com/appleboy/scp-action@v0.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          host: 192.168.1.150
 | 
					          host: 192.168.1.150
 | 
				
			||||||
          username: ${{ secrets.RECIPIES_DEPLOY_USERNAME }}
 | 
					          username: ${{ secrets.RECIPIES_DEPLOY_USERNAME }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user