Skip to content

Commit 0b48bdb

Browse files
committed
Fix folder path again
It was right the first time. This reverts commit 55c59e0.
1 parent 55c59e0 commit 0b48bdb

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)