Delete .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									6267908ce4
								
							
						
					
					
						commit
						003026138e
					
				@ -1,11 +0,0 @@
 | 
				
			|||||||
pages:
 | 
					 | 
				
			||||||
  stage: deploy
 | 
					 | 
				
			||||||
  script:
 | 
					 | 
				
			||||||
  - mkdir .public
 | 
					 | 
				
			||||||
  - cp -r * .public
 | 
					 | 
				
			||||||
  - mv .public public
 | 
					 | 
				
			||||||
  artifacts:
 | 
					 | 
				
			||||||
    paths:
 | 
					 | 
				
			||||||
    - public
 | 
					 | 
				
			||||||
  only:
 | 
					 | 
				
			||||||
  - master
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user