From dd0cbbf088793493a6e07495b777cd4a306df097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 11 Aug 2016 11:44:18 +0200 Subject: [PATCH] Add doc --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 6d92fe5..3df6eba 100644 --- a/Rakefile +++ b/Rakefile @@ -4,6 +4,9 @@ require "tmpdir" require "bundler/setup" require "jekyll" +# Usage: +# rake site:publish -> testing: http://misp.github.io/misp-website +# rake publish -> prod: http://www.misp-project.org/ or http://misp.github.io # Testing website GITHUB_TESTING = "MISP/misp-website"