From 5a9d14550dbe3a03251267f19772d570184a087f Mon Sep 17 00:00:00 2001 From: harrywan Date: Mon, 14 Sep 2020 16:59:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8Dworkflows/docs.yml?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0aa1a71e..b514244c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: GitHub Actions Build and Deploy Demo +name: GitHub Actions Build and Deploy Docs on: push: branches: @@ -9,11 +9,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - # 使用 node:10 - - name: use Node.js 10 - uses: actions/setup-node@v1 - with: - node-version: 10 - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@master env: