From d36f23a94e0fc841fc2e04f4ed9c587b27ecbc5e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Jan 2023 09:47:18 -0300 Subject: Fix a public/dist issue instead of public/ --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed9e7c..62a8eb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,9 @@ pages: # the job must be named pages script: - npm install yarn - yarn deploy - - mv dist public # rename the dist folder (result of npm run build) + - rm -rf public + - mkdir -p public + - mv dist/* public # rename the dist folder (result of npm run build) - find public/ artifacts: paths: -- cgit v1.2.3-60-g2f50