fix(ci): correct image for generating slate docs
							parent
							
								
									a3a83a94ae
								
							
						
					
					
						commit
						16a26421b8
					
				| 
						 | 
					@ -22,10 +22,11 @@ pipeline:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  slate-docs:
 | 
					  slate-docs:
 | 
				
			||||||
    image: 'slatedocs/slate'
 | 
					    image: 'slatedocs/slate'
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
    group: 'generate'
 | 
					    group: 'generate'
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - cd docs/api
 | 
					      - cd docs/api
 | 
				
			||||||
      - bundle exec middleman build --clean
 | 
					      - /srv/slate/slate.sh build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  archive:
 | 
					  archive:
 | 
				
			||||||
    image: 'alpine'
 | 
					    image: 'alpine'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue