Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bastien Durel
rand
Commits
ac7b0826
Verified
Commit
ac7b0826
authored
Jul 25, 2019
by
Bastien Durel
Browse files
cleanup
parent
b38335f7
Pipeline
#972
passed with stages
in 1 minute and 58 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
ac7b0826
...
...
@@ -3,3 +3,5 @@ rand
/public
/vendor
/.bundle
/page/.bundle/
/page/vendor/
.gitlab-ci.yml
View file @
ac7b0826
...
...
@@ -24,10 +24,11 @@ pages:
stage
:
deploy
image
:
ruby:2.6
script
:
-
cd page
-
bundle install --path vendor/bundle
-
bundle exec jekyll build -d public
-
bundle exec jekyll build -d
../
public
artifacts
:
paths
:
-
public/
page
-
public/
only
:
-
master
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