Skip to content

Commit

Permalink
Added a script to update the docs, and updated the maven version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Casperson committed Aug 29, 2016
1 parent 583f926 commit 8301508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
systemProp.file.encoding=UTF-8
Group=com.matthewcasperson
ArchivesBaseName=iridium
Version=0.0.14-SNAPSHOT
Version=0.0.34
MavenName=Iridium Testing Tool
MavenDescription=A tool that build on Cucumber and WebDriver to provide web application testing capabilities
MavenURL=https://github.com/AutoGeneral/IridiumApplicationTesting
Expand Down
6 changes: 6 additions & 0 deletions updatedocs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
./gradlew clean javadoc
rm -rf ../AutoGeneral.github.io/IridiumApplicationTesting/javadoc
cp -r build/docs/javadoc ../AutoGeneral.github.io/IridiumApplicationTesting
cd ../AutoGeneral.github.io
git add .; git commit -m "Updated docs"; git push origin master

0 comments on commit 8301508

Please sign in to comment.