From dfa4c0831cc6783bc6bcc1dc12340c7ba9ba717a Mon Sep 17 00:00:00 2001 From: Carson Yang Date: Fri, 5 Jan 2024 22:47:07 +0800 Subject: [PATCH] Update workflow deploy-docs-preview (#699) Signed-off-by: Carson Yang --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 08929fa0a..1df26d46d 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -47,7 +47,7 @@ jobs: - name: Add cdn for images run: | - sed -i "s#\](/imgs/#\](https://cdn.jsdelivr.us/gh/yangchuansheng/fastgpt-imgs@main/imgs/#g" $(grep -rl "\](/imgs/" docSite/content/docs) + sed -i "s#\](/imgs/#\](https://cdn.jsdelivr.us/gh/yangchuansheng/fastgpt-imgs@main/imgs/#g" $(grep -rl "\](/imgs/" docSite/content/docs) # Step 3 - Install Hugo (specific version) - name: Install Hugo