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 36fdd0a commit e780f0bCopy full SHA for e780f0b
Rakefile
@@ -1,5 +1,5 @@
1
namespace :assets do
2
task :precompile do
3
- puts `bundle exec jekyll build --destination /site`
+ puts `bundle exec jekyll build --destination ./site`
4
end
5
0 commit comments