mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 14:15:11 +08:00 
			
		
		
		
	Update .gitlab-ci.yml
This commit is contained in:
		@@ -30,9 +30,11 @@ test:
 | 
			
		||||
pages:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
    - git clone https://github.com/Mabbs/Mabbs
 | 
			
		||||
    - bundle exec jekyll build -d public
 | 
			
		||||
    - tar czvf MayxBlog.tgz .
 | 
			
		||||
    - mv MayxBlog.tgz public/
 | 
			
		||||
    - rm -rf .jekyll-cache/
 | 
			
		||||
    - tar czvf ../MayxBlog.tgz .
 | 
			
		||||
    - mv ../MayxBlog.tgz public/
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - public
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user