mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-26 07:54:42 +00:00
更新 deploy.sh, .gitlab-ci.yml
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
|
||||
|
Reference in New Issue
Block a user