From 28d384c527c11145c808cc406fb9f25663c6c089 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Thu, 29 Sep 2011 15:12:44 -0700 Subject: [PATCH] Updated Publish to gh pages (markdown) --- Publish-to-gh-pages.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Publish-to-gh-pages.md b/Publish-to-gh-pages.md index 6c2e030..17e4cf3 100644 --- a/Publish-to-gh-pages.md +++ b/Publish-to-gh-pages.md @@ -1,9 +1,10 @@ To publish the current pdf.js to the gh-pages branch: - +``` # make sure the stable version is loaded $ make web # run 'make server' and verify http://localhost:8888/build/gh-pages/web/viewer.html $ cd build/gh-pages $ git commit # ... add commit message -$ git push \ No newline at end of file +$ git push +``` \ No newline at end of file