Skip to content

Commit f47ceee

Browse files
committed
Just remove server from the options
1 parent 809e9e6 commit f47ceee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git checkout #{branch}
2222
git pull origin #{branch}
2323
git checkout -f
2424
rm -rf _site
25-
jekyll --no-server --no-auto
25+
jekyll --no-auto
2626
mv _site ../_#{branch}
2727
mv ../#{branch} _old
2828
mv ../_#{branch} ../#{branch}

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
auto: true
2-
server: true

0 commit comments

Comments
 (0)