From 56d1ee998d44ab80a64db27e29035b778686c4f1 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 17 Feb 2023 17:43:34 +0300 Subject: [PATCH] build: remove --use-cache flag due build failure --- project-scripts/gen_docs_from_playgrounds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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