From 95815b052705cf76e85787be965bb4713793bab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Mon, 4 Jan 2021 18:27:09 +0800 Subject: [PATCH] =?UTF-8?q?fix-docs=EF=BC=9A=E4=BF=AE=E5=A4=8D=20gh-pages?= =?UTF-8?q?=20=E8=AE=BF=E9=97=AE=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98=20(#1?= =?UTF-8?q?314)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-gh-pages.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy-gh-pages.sh b/deploy-gh-pages.sh index 09c69f18c..640348169 100755 --- a/deploy-gh-pages.sh +++ b/deploy-gh-pages.sh @@ -14,6 +14,9 @@ npm run build-schemas fis3 release gh-pages -c +# 拷贝一份兼容之前的访问路径 +cp -r gh-pages/zh-CN/docs/* gh-pages/docs/ + cp ./schema.json ./gh-pages # 不走 cdn 了