mirror of
				https://github.com/clearml/clearml-docs
				synced 2025-06-26 18:17:44 +00:00 
			
		
		
		
	Update links.yml
This commit is contained in:
		
							parent
							
								
									e4874c1e5f
								
							
						
					
					
						commit
						4d033763d4
					
				
							
								
								
									
										4
									
								
								.github/workflows/links.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/links.yml
									
									
									
									
										vendored
									
									
								
							| @ -25,12 +25,12 @@ jobs: | ||||
|       - name: Find all markdown files | ||||
|         id: find_files | ||||
|         run: | | ||||
|           echo "::set-output name=files::$(find . -name '*.md')" | ||||
|           echo "::set-output name=files::$(find . -name '*.md' | tr '\n' ' ')" | ||||
|          | ||||
|       - name: Link Checker | ||||
|         id: lychee | ||||
|         uses: lycheeverse/lychee-action@v1.2.0 | ||||
|         with: | ||||
|           args: --verbose --no-progress ${{join(steps.find_files.outputs.files, ' ')}} | ||||
|           args: --verbose --no-progress ${{steps.find_files.outputs.files}} | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user