Created Publish to gh-pages (markdown)

notmasteryet 2011-09-29 15:11:58 -07:00
parent f6dd1e1f1a
commit 2c4ab51f4e

9
Publish-to-gh-pages.md Normal file

@ -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