Skip to content

Commit

Permalink
ci: fix javadoc publication process
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Sep 21, 2021
1 parent 2fa5f42 commit 363cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cp -rf ../src/main/uml/api_*.svg $version/
echo "Update versions list..."
echo "| Version | Documents |" > list_versions.md
echo "|:---:|---|" >> list_versions.md
for directory in `ls -rd */ | cut -f1 -d'/'`
for directory in `ls -rd [0-9]*/ | cut -f1 -d'/'`
do
diagrams=""
for diagram in `ls $directory/api_*.svg | cut -f2 -d'/'`
Expand Down

0 comments on commit 363cb79

Please sign in to comment.