This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog
mirror of
https://github.com/Mabbs/mabbs.github.io
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
7
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
pull/171/head
mayx
3 years ago
parent
d8c77d5654
commit
3c15c9e3b2
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.gitlab-ci.yml
+ 1
- 3
.gitlab-ci.yml
View File
@ -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 .
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.