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