add flit
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 16s
				
			This commit is contained in:
		@@ -26,9 +26,15 @@ jobs:
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: |
 | 
			
		||||
          pytest
 | 
			
		||||
      - name: Build docs with mkdocs
 | 
			
		||||
      - name: build package with flit
 | 
			
		||||
        run: |
 | 
			
		||||
          pip install mkdocs mkdocs-material mkdocs-material-extensions
 | 
			
		||||
          cd docs
 | 
			
		||||
          mkdocs build
 | 
			
		||||
          find site
 | 
			
		||||
          pip install -U flit
 | 
			
		||||
          flit build
 | 
			
		||||
          find dist
 | 
			
		||||
 | 
			
		||||
      # - name: Build docs with mkdocs
 | 
			
		||||
      #   run: |
 | 
			
		||||
      #     pip install mkdocs mkdocs-material mkdocs-material-extensions
 | 
			
		||||
      #     cd docs
 | 
			
		||||
      #     mkdocs build
 | 
			
		||||
      #     find site
 | 
			
		||||
		Reference in New Issue
	
	Block a user