Skip to content
Snippets Groups Projects
Commit c6e3b66f authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Add .gitlab-ci.yml

parent 065b20ce
No related branches found
No related tags found
No related merge requests found
_site
public
pages:
stage: deploy
image: jekyll/jekyll
script:
- jekyll build -d public
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment