Skip to content

Commit

Permalink
Correct copying into gh-pages directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored May 30, 2018
1 parent 7d83726 commit aa7b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git clone --quiet --branch=gh-pages https://tus-bot:[email protected]/tus
commit=$(git rev-parse HEAD)

./gradlew javadoc
cp -r ./build/docs/javadoc ../gh-pages/javadoc
cp -r ./build/docs/javadoc ../gh-pages/

cd ../gh-pages

Expand Down

0 comments on commit aa7b3b2

Please sign in to comment.