Skip to content

Commit aa7b3b2

Browse files
authored
Correct copying into gh-pages directory
1 parent 7d83726 commit aa7b3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git clone --quiet --branch=gh-pages https://tus-bot:$GITHUB_TOKEN@github.com/tus
88
commit=$(git rev-parse HEAD)
99

1010
./gradlew javadoc
11-
cp -r ./build/docs/javadoc ../gh-pages/javadoc
11+
cp -r ./build/docs/javadoc ../gh-pages/
1212

1313
cd ../gh-pages
1414

0 commit comments

Comments
 (0)