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 9ca3f52 commit d7f7681Copy full SHA for d7f7681
script/build
@@ -43,7 +43,13 @@ git -C ./smokey rev-parse HEAD
43
44
rm -r _site/assets # remove old assets
45
46
-JEKYLL_ENV=production bundle exec jekyll build --incremental --profile
+if [[ ! $DEV ]]; then
47
+ JEKYLL_ENV=production bundle exec jekyll algolia push &
48
+ JEKYLL_ENV=production bundle exec jekyll build --incremental --profile &
49
+ wait
50
+else
51
+ bundle exec jekyll build --incremental --profile
52
+fi
53
54
cd _site
55
cd assets
0 commit comments