Update .gitlab-ci.yml

pipelines/455009308
mayx 2022-01-24 14:07:54 +00:00
parent 1dc2cc7235
commit d8c77d5654
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ pages:
stage: deploy
script:
- git clone https://github.com/Mabbs/Mabbs
- rm -rf .git/
- rm -rf Mabbs/.git/
- mv Mabbs/README.md Mabbs/index.md
- bundle exec jekyll build -d public
- rm -rf .jekyll-cache/