mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Move sphinx step below tests step as it used to be
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							@@ -36,17 +36,17 @@ jobs:
 | 
			
		||||
    - name: Gather pip requirements
 | 
			
		||||
      run: |
 | 
			
		||||
        pipenv lock -r > requirements.txt
 | 
			
		||||
    - name: Insall pip requirements
 | 
			
		||||
    - name: Install pip requirements
 | 
			
		||||
      run: |
 | 
			
		||||
        pip install -r requirements.txt
 | 
			
		||||
    - name: Run sphinx
 | 
			
		||||
      run: |
 | 
			
		||||
        sphinx-build -b html ../docs ../docs/_build -W    
 | 
			
		||||
    - name: Execute Tests
 | 
			
		||||
      run: |
 | 
			
		||||
        cd src/
 | 
			
		||||
        pytest --cov
 | 
			
		||||
        pycodestyle
 | 
			
		||||
    - name: Run sphinx
 | 
			
		||||
      run: |
 | 
			
		||||
        sphinx-build -b html ../docs ../docs/_build -W    
 | 
			
		||||
    - name: Execute coveralls
 | 
			
		||||
      run: |
 | 
			
		||||
        coveralls
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user