From 8235799823be15cb8417bb7bdec6dca4fe641b05 Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 22 May 2024 11:51:28 +0800 Subject: [PATCH] fix before script --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c575f5b..e5c41c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ image: 'node:latest' before_script: - apt update -y - corepack enable pnpm - - mkdir public build:pretty-check: stage: build @@ -20,7 +19,6 @@ build:local: - pnpm build-local - mkdir .next/standalone/public && cp -aR public/* .next/standalone/public - mkdir .next/standalone/public/_next && cp -aR .next/static/ .next/standalone/public/_next - - 'mv .next/standalone/ public/' artifacts: paths: - - public/standalone + - .next/standalone