mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	Merge pull request #66 from n3oney/feature/actions-docs-artifacts
chore: upload docs build artifacts
This commit is contained in:
		
				commit
				
					
						2164d78f09
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/check-docs.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/check-docs.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -40,5 +40,10 @@ jobs: | |||
|         run: nix flake check | ||||
|       - name: Build neovim-flake with default settings | ||||
|         run: nix build .#${{ matrix.package }} --print-build-logs | ||||
|       - name: Upload doc artifacts | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: doc | ||||
|           path: result/share/doc/neovim-flake/ | ||||
|       | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf