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 8be0006 commit 858ea2cCopy full SHA for 858ea2c
Rakefile
@@ -0,0 +1,5 @@
1
+namespace :jekyllBuild do
2
+ task :precompile do
3
+ puts `bundle exec jekyll build --destination ./site`
4
+ end
5
+end
0 commit comments