Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
My-Blog
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
My-Blog
Commits
b3aebc80
Commit
b3aebc80
authored
Feb 4, 2017
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI.
parent
2d23007e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
Gemfile.lock
+1
-1
1 addition, 1 deletion
Gemfile.lock
build.sh
+2
-2
2 additions, 2 deletions
build.sh
with
5 additions
and
4 deletions
.gitignore
+
2
−
1
View file @
b3aebc80
...
...
@@ -3,3 +3,4 @@ _site
.jekyll-metadata
node_modules/
assets/components/*
*.lock
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
1
−
1
View file @
b3aebc80
...
...
@@ -53,7 +53,7 @@ DEPENDENCIES
nokogiri
RUBY VERSION
ruby 2.
4.0p0
ruby 2.
3.3p222
BUNDLED WITH
1.14.3
This diff is collapsed.
Click to expand it.
build.sh
+
2
−
2
View file @
b3aebc80
...
...
@@ -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!"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment