This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
				
			|||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: build
 | 
					name: build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					environment:
 | 
				
			||||||
 | 
					  WIKI_PATH: ${WIKI_PATH}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: squidfunk/mkdocs-material:7.1.9
 | 
					  image: squidfunk/mkdocs-material:7.1.9
 | 
				
			||||||
@@ -19,6 +23,5 @@ volumes:
 | 
				
			|||||||
- name: site
 | 
					- name: site
 | 
				
			||||||
  host:
 | 
					  host:
 | 
				
			||||||
    # path: /home/sthope/docker/wiki
 | 
					    # path: /home/sthope/docker/wiki
 | 
				
			||||||
    path: 
 | 
					    path: ${wiki_folder}
 | 
				
			||||||
      from_secret: wiki_folder
 | 
					 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
		Reference in New Issue
	
	Block a user