Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Publish gh pages

Yury Delendik edited this page Aug 14, 2014 · 6 revisions

To publish/update gh-pages files:

$ grunt web
$ cd build/web
$ git push -f git@github.com:mozilla/shumway.git gh-pages
$ cd ../..

Clone this wiki locally