Using dist instead of public

parent 86743a60
Pipeline #6225 passed with stage
in 49 seconds
...@@ -6,9 +6,8 @@ pages: ...@@ -6,9 +6,8 @@ pages:
- npm config set registry https://registry.npmjs.org - npm config set registry https://registry.npmjs.org
- npm i - npm i
- npm run build - npm run build
- mv dist public
artifacts: artifacts:
paths: paths:
- public - dist
only: only:
- master - master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment