Rakefile in jekyll-jupyter-notebook-0.0.1 vs Rakefile in jekyll-jupyter-notebook-0.0.2
- old
+ new
@@ -32,15 +32,15 @@
end
Packnga::ReleaseTask.new(spec) do
end
-desc "Run tests"
-task :test do
- ruby("test/run-test.rb")
-end
+# desc "Run tests"
+# task :test do
+# ruby("test/run-test.rb")
+# end
-task default: :test
+# task default: :test
desc "Update site"
task :site do
rm_rf("docs")
cd("example") do