diff --git a/project-scripts/gen_docs_from_playgrounds.sh b/project-scripts/gen_docs_from_playgrounds.sh index bbe2e37e..9e5c172a 100755 --- a/project-scripts/gen_docs_from_playgrounds.sh +++ b/project-scripts/gen_docs_from_playgrounds.sh @@ -10,6 +10,6 @@ PLAYGROUNDS="${SRCROOT}/TIFoundationUtils/TIFoundationUtils.app" for playground_path in ${PLAYGROUNDS}; do - nef compile --project ${playground_path} --use-cache + nef compile --project ${playground_path} nef markdown --project ${playground_path} --output ../docs done \ No newline at end of file