Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Publish to gh pages

notmasteryet edited this page Sep 29, 2011 · 2 revisions

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