Skip to content

Commit 55c59e0

Browse files
committed
Fix folder path
1 parent ffac804 commit 55c59e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ EOL
104104
# Update the relevant javadocs.
105105
cd javadoc.scijava.org &&
106106
rm -rf "$project" &&
107-
mv ../target/apidocs "$project" &&
107+
mv target/apidocs "$project" &&
108108

109109
# Commit and push the changes.
110110
git add "$project" &&

0 commit comments

Comments
 (0)