Skip to content

Commit

Permalink
Update path in generate-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mizosoft committed Feb 10, 2024
1 parent 46efbbe commit 5993bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python -m mkdocs build

# Copy generated Javadoc site to main site directory.
mkdir -p site/$JAVADOC_SITE_PATH
cp -rf build/docs/javadoc/* site/$JAVADOC_SITE_PATH
cp -rf build/docs/aggregateJavadoc/* site/$JAVADOC_SITE_PATH

# Remove copied files, which is desirable when the script is run locally.
rm -rf docs/adapters
Expand Down

0 comments on commit 5993bb2

Please sign in to comment.