Skip to content
Snippets Groups Projects
Commit b3aebc80 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix CI.

parent 2d23007e
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ _site
.jekyll-metadata
node_modules/
assets/components/*
*.lock
......@@ -53,7 +53,7 @@ DEPENDENCIES
nokogiri
RUBY VERSION
ruby 2.4.0p0
ruby 2.3.3p222
BUNDLED WITH
1.14.3
......@@ -14,9 +14,9 @@ echo "Installing gems... Requires Bundle"
bundle install
echo "Cleaning output directory... Requires Jekyll"
jekyll clean
bundle exec jekyll clean
echo "Building the website... Requires Jekyll"
jekyll build
bundle exec jekyll build
echo "Build completed!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment