Parcourir la source

Update .gitlab-ci.yml

mayx il y a 3 ans
Parent
commit
3c15c9e3b2
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      .gitlab-ci.yml

+ 1 - 3
.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 .