Destroyed Publish to gh pages (markdown)

Tim van der Meij 2014-05-09 12:39:25 -07:00
parent 03876b1500
commit 81692e3134

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