Skip to content

Commit

Permalink
Rename changelog file that is copied to generated_docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Sep 18, 2020
1 parent 7000218 commit 9612469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ docker run --rm \
-v $PWD:/opt/maven \
-v $HOME/.m2:/root/.m2 \
busybox \
sh -c 'cp /opt/maven/CHANGELOG.md /opt/maven/target/generated-docs/CHANGELOG.md'
sh -c 'cp /opt/maven/CHANGELOG.md /opt/maven/target/generated-docs/CHANGELOG_ARLAS-persistence.md'

echo "=> Check generated documentation"
if [[ ! -f ${BASEDIR}/target/generated-docs/typescript-doc/classes/_api_.writeapi.md ]] ; then
Expand Down

0 comments on commit 9612469

Please sign in to comment.