add mkdocs
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 1m10s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 1m10s
				
			This commit is contained in:
		@@ -25,4 +25,10 @@ jobs:
 | 
			
		||||
          pip install -r requirements.txt
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: |
 | 
			
		||||
          pytest
 | 
			
		||||
          pytest
 | 
			
		||||
      - 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