From 1624bd9af475e69867eede48e2dc943935caa872 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Wed, 2 May 2018 12:16:15 +0800 Subject: [PATCH] README --- README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 75c3e4e..7ec9717 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,6 @@ ---- -id: README -title: README -sidebar_label: README ---- +Source code and docs at `master` branch, artifact at `gh-pages`. - - -# Energy Efficiency BoK - -* [Energy Efficiency Dev Guide](./ENERGY_GUIDE_DEV.md) - -* Testing - * [Manual battery tests](./QA.md) - * Tools for testing energy consumption - * [iOS tools](./QA_iOS.md) - * [Android tools](./QA_Android.md) +``` +cd website +GIT_USER=oskarth CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages +```