This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog_cn
mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
master
mayx
4 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