From afc9544b4a5cad24ba3bcc9ce32ccfd2ce58f3a8 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 17 May 2024 20:36:55 +0800 Subject: [PATCH] Update sync_docs.sh --- website/sync_docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/sync_docs.sh b/website/sync_docs.sh index 856d12a..56b6c10 100755 --- a/website/sync_docs.sh +++ b/website/sync_docs.sh @@ -17,4 +17,5 @@ then fi cd $RAGFLOW_WEBSITE/website -./sync_version.sh main \ No newline at end of file +sudo chmod +x ./sync_version.sh +./sync_version.sh main