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
8f52b93eae
commit
e805879cc9
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitlab-ci.yml
+ 2
- 0
.gitlab-ci.yml
View File
@ -31,6 +31,8 @@ pages:
stage
:
deploy
stage
:
deploy
script:
script:
-
bundle exec jekyll build -d public
-
bundle exec jekyll build -d public
-
tar czvf MayxBlog.tgz .
-
mv MayxBlog.tgz public/
artifacts:
artifacts:
paths:
paths:
-
public
-
public
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.