Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 9fb30df

Browse files
committed
Update path to api docs in javadoc deploy script
In e8ad9bb5d7169ab5a8e73b1a05935c63bd6bb2bb I removed the scala version suffix from the api. This commit updates the path to the generated javadoc of the api which has change trough this.
1 parent afb9cc6 commit 9fb30df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/update-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git clone https://${REPO_TOKEN}@github.com/codeoverflow-org/chatoverflow-gh-page
1212

1313
echo "Copying docs..."
1414
cp -fR target/scala-*/api docs/chatoverflow
15-
cp -fR api/target/scala-*/api docs/chatoverflow-api
15+
cp -fR api/target/api docs/chatoverflow-api
1616
cd docs
1717

1818
echo "Updating wiki..."

0 commit comments

Comments
 (0)