Skip to content

Commit

Permalink
Script to update the doctree
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jul 9, 2016
1 parent 4ca88d8 commit 4bbb8e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update-docs.sh
@@ -0,0 +1,10 @@
#!/bin/sh

mvn clean
git worktree prune
if git worktree add target/generated-docs gh-pages
then
mvn verify
cd target/generated-docs
git commit -a
fi

0 comments on commit 4bbb8e4

Please sign in to comment.