Compare commits
	
		
			1 Commits 
		
	
	
		
			6ac5622897
			...
			e4449586c9
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						e4449586c9 | 
| 
						 | 
				
			
			@ -26,9 +26,9 @@ pipeline:
 | 
			
		|||
    # Slate requires a specific directory to run in
 | 
			
		||||
    directory: '/srv/slate'
 | 
			
		||||
    commands:
 | 
			
		||||
      - mv "$CI_WORKSPACE/docs/api" source
 | 
			
		||||
      - mv "${CI_WORKSPACE}/docs/api" source
 | 
			
		||||
      - bundle exec middleman build --clean --watcher-disable
 | 
			
		||||
      - mv build "$CI_WORKSPACE/docs/api-build"
 | 
			
		||||
      - mv build "${CI_WORKSPACE}/docs/api-build"
 | 
			
		||||
 | 
			
		||||
  archive:
 | 
			
		||||
    image: 'alpine'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue