This commit is contained in:
		@@ -13,7 +13,8 @@ steps:
 | 
				
			|||||||
  - pip install -U -r ./requirements.txt
 | 
					  - pip install -U -r ./requirements.txt
 | 
				
			||||||
  - mkdocs build
 | 
					  - mkdocs build
 | 
				
			||||||
  - cp -r site/ /site
 | 
					  - cp -r site/ /site
 | 
				
			||||||
  - chmod -R 777 /site
 | 
					  - chown -R sthope:sthope /site
 | 
				
			||||||
 | 
					  # - chmod -R 777 /site
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
- name: site
 | 
					- name: site
 | 
				
			||||||
  host:
 | 
					  host:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user