From 381b7d55a029cfe4b4fc390b4d3f1b3e4a48dda8 Mon Sep 17 00:00:00 2001 From: "142vip.cn" Date: Mon, 30 Oct 2023 17:58:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(CD):=20=E9=9D=99=E6=80=81=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=88=86=E6=94=AF=E6=96=B0=E5=A2=9Enext=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84README.md=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 3207d633..bf22913f 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -58,6 +58,12 @@ jobs: run: | ./scripts/bundle build_proxy + # 将README.md同步,利于github pages分支展示 + - name: Add Readme.md To Dist + run: | + cp -f README.md docs/.vuepress/dist + + - name: Check GitHub Pages status uses: crazy-max/ghaction-github-status@v3 with: