Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcel Schaeben
pagestest-jekyll
Commits
c6e3b66f
Commit
c6e3b66f
authored
Dec 17, 2015
by
Kamil Trzcinski
Browse files
Add .gitlab-ci.yml
parent
065b20ce
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c6e3b66f
_site
public
.gitlab-ci.yml
0 → 100644
View file @
c6e3b66f
pages
:
stage
:
deploy
image
:
jekyll/jekyll
script
:
-
jekyll build -d public
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment