Skip to content

Commit

Permalink
re-config from github pages to deploy by ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Sep 23, 2019
1 parent 80685cd commit 783f104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -68,3 +68,5 @@ tmp/
package-lock.json
*.bak
t.*
.jekyll-metadata
.sass-cache/
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ build:

.PHONY: serve
serve:
(cd docs && bundle exec jekyll serve)
(cd docs && bundle exec jekyll serve --incremental)

.PHONY: fit-image
fit-image:
Expand Down
5 changes: 3 additions & 2 deletions docs/Gemfile
@@ -1,9 +1,10 @@
source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
# gem "github-pages", group: :jekyll_plugins

gem "jekyll", "~> 3.8.5"
gem "minimal-mistakes-jekyll"
gem 'minimal-mistakes-jekyll', :github => 'mmistakes/minimal-mistakes'
gem 'jemoji'

group :jekyll_plugins do
gem "jekyll-archives"
Expand Down

0 comments on commit 783f104

Please sign in to comment.