From 2c4ab51f4ef232a8b01a1f000459bbc7c5c47db1 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Thu, 29 Sep 2011 15:11:58 -0700 Subject: [PATCH] Created Publish to gh-pages (markdown) --- Publish-to-gh-pages.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Publish-to-gh-pages.md diff --git a/Publish-to-gh-pages.md b/Publish-to-gh-pages.md new file mode 100644 index 0000000..6c2e030 --- /dev/null +++ b/Publish-to-gh-pages.md @@ -0,0 +1,9 @@ +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