We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d83726 commit aa7b3b2Copy full SHA for aa7b3b2
1 file changed
deploy-gh-pages.sh
@@ -8,7 +8,7 @@ git clone --quiet --branch=gh-pages https://tus-bot:$GITHUB_TOKEN@github.com/tus
8
commit=$(git rev-parse HEAD)
9
10
./gradlew javadoc
11
-cp -r ./build/docs/javadoc ../gh-pages/javadoc
+cp -r ./build/docs/javadoc ../gh-pages/
12
13
cd ../gh-pages
14
0 commit comments