From bc608ce6458721c7f9089e1d2152ac538af57678 Mon Sep 17 00:00:00 2001 From: Thorsten Vitt Date: Sat, 28 May 2016 19:39:39 +0200 Subject: [PATCH] Added gh-pages maintenance doc --- cheatsheet.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cheatsheet.txt b/cheatsheet.txt index e4c9bfe..ba9ddb1 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -2,4 +2,7 @@ asciidoc -n user-guide.adoc - Compiles the user guide to html mvn package - - Run it in code folder to create the jar for the release + - Create the jar for the release + +mvn clean && git worktree add target/generated-docs gh-pages + - Prepare target/generated-docs for gh-pages maintenance