From 8bc6bb1af2822d5779179aeb933773da66d3b574 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Fri, 31 Mar 2023 15:58:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=8E=BB=E6=8E=89pages=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d8f76645..5a6d819c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,22 +29,3 @@ jobs: REMOTE_USER: root # 目标目录 TARGET: /data/web-packages/p/fesjs/2.0 - - build-and-deploy-pages: - concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v3 - - - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. - run: | - yarn - yarn docs:build-pages - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.3 - with: - branch: gh-pages # The branch the action should deploy to. - folder: docs/.vuepress/dist - token: ${{ secrets.ACCESS_TOKEN }}