From fdc4afa86181bbe2a4f9c31e884a2008535d9a8f Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Mon, 8 May 2023 15:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d27854..845eb23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: - | npm config set registry https://registry.npmmirror.com npm install - npm build - npm next export + npm run build + npx next export - name: deploy image: git.vaala.cloud/vaalacat/python:3.6