From c1b95001df3907a7aa824502d3f9beb786c1f0d8 Mon Sep 17 00:00:00 2001 From: IITII Date: Tue, 29 Dec 2020 23:44:13 +0800 Subject: [PATCH] github action test --- .github/workflows/gh-page.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-page.yml b/.github/workflows/gh-page.yml index 7ef4f4b..c06512f 100755 --- a/.github/workflows/gh-page.yml +++ b/.github/workflows/gh-page.yml @@ -15,7 +15,6 @@ jobs: - 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: | export PIC_DEPLOY_FIR=/pic_online - export PIC_OUTPUT_DIR=dist/ npm install npm run build