Skip to content

Commit a62bf90

Browse files
committed
update build.sh
1 parent a1c74fb commit a62bf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VERSION=$(grep -m1 '<version>' ./pom.xml | sed -E 's/.*<version>([^<]+)<\/version>.*/\1/')
44

55
cp ./CHANGELOG.md ./docs/book/changelog.md
6-
folder=$DIR/docs/public/reference/
6+
folder=$PWD/docs/public/reference/
77
rm -rf $folder
88
mkdir $folder
99
pushd ./src/examples/java/reference

0 commit comments

Comments
 (0)