Update netlify-deploy.yml to do a full depth git checkout
This commit is contained in:
		
							parent
							
								
									21b3e1616c
								
							
						
					
					
						commit
						e42141b089
					
				
							
								
								
									
										3
									
								
								.github/workflows/netlify-deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/netlify-deploy.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -17,7 +17,8 @@ jobs:
 | 
			
		|||
    name: "Deploy To Netlify"
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - run: "git log --diff-filter=A --follow -1 --format=%at src/posts/CsPaginationTools.md"
 | 
			
		||||
        with:
 | 
			
		||||
          fetch-depth: 0
 | 
			
		||||
      - uses: jsmrcaga/action-netlify-deploy@v2.0.0
 | 
			
		||||
        with:
 | 
			
		||||
          NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue