Skip to content

Commit

Permalink
add generate-site.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Nov 28, 2014
1 parent b0eda47 commit f22d5e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generate-site.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
mvn site
cd ../davidmoten.github.io
git pull
mkdir -p rxjava-extras
cp -r ../rxjava-extras/target/site/* rxjava-extras/
git add .
git commit -am "update site reports"
git push

0 comments on commit f22d5e8

Please sign in to comment.