mirror of https://github.com/Mabbs/mabbs.github.io
				
				
				
			Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									8f52b93eae
								
							
						
					
					
						commit
						e805879cc9
					
				| 
						 | 
					@ -31,6 +31,8 @@ pages:
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - bundle exec jekyll build -d public
 | 
					    - bundle exec jekyll build -d public
 | 
				
			||||||
 | 
					    - tar czvf MayxBlog.tgz .
 | 
				
			||||||
 | 
					    - mv MayxBlog.tgz public/
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - public
 | 
					      - public
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue