mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	CI: set up nix before checking docs
This commit is contained in:
		
					parent
					
						
							
								8545cf4748
							
						
					
				
			
			
				commit
				
					
						c7949b5ecc
					
				
			
		
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								.github/workflows/check-docs.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/check-docs.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -19,6 +19,20 @@ jobs: | |||
|         - docs-manpages  | ||||
|         - docs-json  | ||||
|     steps: | ||||
|       - uses: easimon/maximize-build-space@v6 | ||||
|         with: | ||||
|           overprovision-lvm: true | ||||
|           remove-android: true | ||||
|           remove-dotnet: true | ||||
|           remove-haskell: true | ||||
|       - uses: cachix/install-nix-action@v20 | ||||
|         with: | ||||
|           extra_nix_config: |  | ||||
|             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||||
|             auto-optimise-store = true | ||||
|             experimental-features = nix-command flakes | ||||
|           nix_path: nixpkgs=channel:nixos-unstable | ||||
| 
 | ||||
|       - uses: actions/checkout@v3 | ||||
|       - name: Set default git branch (to reduce log spam) | ||||
|         run: git config --global init.defaultBranch main | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf