1
Fork 0

Fix CI error (1)

master
Vladimir Hodakov 2018-10-28 20:23:24 +04:00
parent 8db498a9d0
commit f327208b6b
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
2 changed files with 3 additions and 0 deletions

2
.bundle/config Normal file
View File

@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/"

View File

@ -12,6 +12,7 @@ before_script:
build site: build site:
stage: build stage: build
script: script:
- ls ./
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
artifacts: artifacts:
expire_in: 1 month expire_in: 1 month