Add ignore list for links
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/links.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/links.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,7 +20,7 @@ jobs: | ||||
|         with: | ||||
|           # Fail action on broken links | ||||
|           fail: true | ||||
|           args: --exclude-path vendor --no-progress './**/*.md' | ||||
|           args: --exclude-path vendor --timeout 30 --no-progress './**/*.md' | ||||
|           format: markdown | ||||
|           # Write GitHub job summary | ||||
|           jobSummary: true | ||||
|   | ||||
							
								
								
									
										8
									
								
								.lycheeignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.lycheeignore
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| # This file accompanies links verification nightly CI job. Add links to ignore here. | ||||
|  | ||||
| # These fail often due its popularity | ||||
| https://packages.debian.org/buster-backports/libseccomp2 | ||||
| https://packages.ubuntu.com/trusty-backports/libseccomp2 | ||||
|  | ||||
| # Fails often with 'Too Many Requests', easy to scare | ||||
| https://tanzu.vmware.com/kubernetes-grid | ||||
		Reference in New Issue
	
	Block a user
	 Maksym Pavlenko
					Maksym Pavlenko