We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809e9e6 commit f47ceeeCopy full SHA for f47ceee
Rakefile
@@ -22,7 +22,7 @@ git checkout #{branch}
22
git pull origin #{branch}
23
git checkout -f
24
rm -rf _site
25
-jekyll --no-server --no-auto
+jekyll --no-auto
26
mv _site ../_#{branch}
27
mv ../#{branch} _old
28
mv ../_#{branch} ../#{branch}
_config.yml
@@ -1,2 +1 @@
1
auto: true
2
-server: true
0 commit comments