From 927ed4840811cb538ee79fb3b0999078c1ce1c97 Mon Sep 17 00:00:00 2001 From: harrywan <445436867@qq.com> Date: Wed, 25 May 2022 11:15:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8Ddocs=20action?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8d9a25c6..a05bc36f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: REMOTE_USER: root # 目标目录 TARGET: /data/web-packages/p/fesjs - + build-and-deploy-pages: concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. runs-on: ubuntu-latest @@ -46,6 +46,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages # The branch the action should deploy to. - folder: build # The folder the action should deploy. folder: docs/.vuepress/dist token: ${{ secrets.ACCESS_TOKEN }}