On Tue, Jun 4, 2013 at 3:03 PM, Martin Keegan <span dir="ltr"><<a href="mailto:martin@no.ucant.org" target="_blank">martin@no.ucant.org</a>></span> wrote:<br><div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Doesn't that just push the source template / content data, rather than the<br>
compiled HTML you get after running "make"?<br></blockquote><div><br></div><div>The trick is to make gh-pages an orphan branch:</div><div><a href="https://help.github.com/articles/creating-project-pages-manually">https://help.github.com/articles/creating-project-pages-manually</a></div>

<div><br></div><div>You then push the compiled site to this branch. See the 'publish' target in the Makefile. You'll want to do almost the same thing, with a few changes:</div><div><br></div><div>* Skip the first 2 steps. These make sure I'm publishing the latest commit on the 'publish' branch in the master repo. Since you'll be experimenting, you'll want to compile whatever local commit you're on.</div>

<div><br></div><div>* In the clone step, change the URL to your own fork.</div><div><br></div><div>Maybe we should add a 'publish-dev' target that does this, but we'll have to decide how to set the URL to your personal fork.</div>

<div><br></div></div>