diff options
author | mayx | 2022-01-24 14:12:44 +0000 |
---|---|---|
committer | mayx | 2022-01-24 14:12:44 +0000 |
commit | 3c15c9e3b2bdb47b5ec2c1e165c28e3de0de7c93 (patch) | |
tree | e0121e3941e271dd73a0d5f79e0192825ebd7927 | |
parent | d8c77d5654f5721aa7be4ca349e87038dd7fb470 (diff) |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17ce88f..443c06e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,10 +30,8 @@ test: pages: stage: deploy script: - - git clone https://github.com/Mabbs/Mabbs + - wget -O Mabbs/index.html https://mabbs.github.io/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/ - tar czvf ../MayxBlog.tgz . |