Skip to content

Commit

Permalink
iox-eclipse-iceoryx#743 Ignore unfound files when generating website
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Apr 15, 2021
1 parent 72948c6 commit 2c95bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export-docu-to-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ FILES="index_classes.md index_examples.md index_files.md index_modules.md index_

for PACKAGE in ${PACKAGES} ; do
for FILE in ${FILES} ; do
rm $WORKSPACE/doc/website/API-reference/$PACKAGE/$FILE
rm -f $WORKSPACE/doc/website/API-reference/$PACKAGE/$FILE
done
done

Expand Down

0 comments on commit 2c95bf9

Please sign in to comment.