Skip to content

Commit

Permalink
Issue #16: Run site builds without UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Feb 13, 2016
1 parent 815a95e commit 7592bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo "Generating new mvn site ..."
mvn clean site:site -Puitest
mvn clean site:site
echo "DONE - ready to commit and push"
git checkout gh-pages && ./copy-site.sh

0 comments on commit 7592bfd

Please sign in to comment.