mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 10:28:28 +00:00 
			
		
		
		
	Merge branch 'mayx-master-patch-51549' into 'master'
更新 deploy.sh, .gitlab-ci.yml See merge request mayx/mayx.gitlab.io!2
This commit is contained in:
		@@ -16,26 +16,10 @@ before_script:
 | 
			
		||||
  - gem install bundler
 | 
			
		||||
  - bundle install
 | 
			
		||||
 | 
			
		||||
test:
 | 
			
		||||
  stage: test
 | 
			
		||||
  script:
 | 
			
		||||
    - bundle exec jekyll build -d test
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - test
 | 
			
		||||
  except:
 | 
			
		||||
    variables:
 | 
			
		||||
      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
    - wget -O Mabbs/index.html https://mabbs.github.io/Mabbs/
 | 
			
		||||
    - rm -rf .git/
 | 
			
		||||
    - bundle exec jekyll build -d public
 | 
			
		||||
    - rm -rf .jekyll-cache/
 | 
			
		||||
    - tar czvf ../MayxBlog.tgz .
 | 
			
		||||
    - mv ../MayxBlog.tgz public/
 | 
			
		||||
    - bash deploy.sh
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - public
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								deploy.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								deploy.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
wget https://github.com/Mabbs/Mabbs/raw/main/README.md
 | 
			
		||||
mkdir Mabbs
 | 
			
		||||
echo "---
 | 
			
		||||
layout: default
 | 
			
		||||
---" > Mabbs/index.md
 | 
			
		||||
cat README.md >> Mabbs/index.md
 | 
			
		||||
rm -rf README.md
 | 
			
		||||
rm -rf .git/
 | 
			
		||||
bundle exec jekyll build -d public
 | 
			
		||||
rm -rf .jekyll-cache/
 | 
			
		||||
tar czvf ../MayxBlog.tgz .
 | 
			
		||||
mv ../MayxBlog.tgz public/
 | 
			
		||||
		Reference in New Issue
	
	Block a user