mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	refactor(docs): simplify docs files / pipelines (#9633)
* refactor(doc): only use one command * restructure * move all generated helpers to a dedicated directory * move to pathlib * and more pathlib * add empty generated folder
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							@@ -121,11 +121,7 @@ jobs:
 | 
			
		||||
          pip install --require-hashes -r docs/requirements.txt
 | 
			
		||||
      - name: Build documentation
 | 
			
		||||
        run: |
 | 
			
		||||
          invoke migrate
 | 
			
		||||
          invoke int.export-definitions --basedir "docs"
 | 
			
		||||
          invoke dev.schema --filename docs/schema.yml --ignore-warnings
 | 
			
		||||
          python docs/extract_schema.py docs/schema.yml
 | 
			
		||||
          mkdocs build  -f docs/mkdocs.yml
 | 
			
		||||
          invoke build-docs --mkdocs
 | 
			
		||||
      - name: Zip build docs
 | 
			
		||||
        run: |
 | 
			
		||||
          cd docs/site
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user