From e942845d9c4db4c806be6528eb1f9db71d724f11 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Fri, 06 Apr 2018 17:58:41 +0200
Subject: [PATCH] ADD publishing to the README

---
 README.md |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index f1b613f..a173eb4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # Red Hat Open Innovation Labs Enablement Materials
 This repo will house all the slides and lab exercises for the Enablement course. It will also be used to track issues, features and new additions to the course.
 
+[Course Content](https://rht-labs.github.io/enablement-docs/#/)
 
 ## Slides
 Use the [Open Innovation Labs reveal.js template](https://github.com/rht-labs/slides-template) to create new content. Add your slides and commit them to the `slides` dir
@@ -14,6 +15,12 @@
 1. `npm i -g docsify-cli`
 2. `cd exercises && docsify serve -p 8085 -P 35727` and open your browser to 8085
 
+## Publishing
+The `exercises` folder is served as the root of the gitpages site from master branch. To update the published content run:
+1. `git checkout master`
+2. `git subtree push --prefix exercises origin gh-pages`
+
+
 ## Contributing & Issues
 For tracking of feature development and task management add the ZenHub plugin extension to [Chrome](https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd) or [Firefox](https://www.zenhub.com/extension). 
 To contribute raise an issue and submit a PR to correspond to that feature.
\ No newline at end of file

--
Gitblit v1.9.3