Skip to content

Commit

Permalink
prout
Browse files Browse the repository at this point in the history
	modified:   Makefile
  • Loading branch information
jeromeetienne committed Mar 8, 2011
1 parent cffd20f commit b7ad3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -53,5 +53,6 @@ deployGhPage:
(cd /tmp/$(PROJECT_NAME)GhPages && git checkout gh-pages)
cp -a Makefile lib/ www/ *.html .nojekyll /tmp/$(PROJECT_NAME)GhPages
(cd /tmp/$(PROJECT_NAME)GhPages && rm www/brequired/.gitignore && make brequire_build)
(cd /tmp/$(PROJECT_NAME)GhPages && git add . && git commit -a -m "Another deployement" && git push origin gh-pages)
(cd /tmp/$(PROJECT_NAME)GhPages && git add . && git commit -a -m "Another deployement")
(cd /tmp/$(PROJECT_NAME)GhPages && git push origin gh-pages)
#rm -rf /tmp/$(PROJECT_NAME)GhPages

0 comments on commit b7ad3a2

Please sign in to comment.