From 81692e31341e359e8fa4d28157f9bafe7cffcdf0 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 9 May 2014 12:39:25 -0700 Subject: [PATCH] Destroyed Publish to gh pages (markdown) --- Publish-to-gh-pages.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Publish-to-gh-pages.md diff --git a/Publish-to-gh-pages.md b/Publish-to-gh-pages.md deleted file mode 100644 index 17e4cf3..0000000 --- a/Publish-to-gh-pages.md +++ /dev/null @@ -1,10 +0,0 @@ -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