Updated Publish to gh pages (markdown)

notmasteryet 2011-09-29 15:12:44 -07:00
parent 2c4ab51f4e
commit 28d384c527

@ -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
$ git push
```