Skip to content

Commit 9d1bfc5

Browse files
Utwoyyx990803
authored andcommitted
docs: update deployment.md (#1558) [ci skip]
1 parent 0b725f3 commit 9d1bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pages: # the job must be named pages
4848
image: node:latest
4949
stage: deploy
5050
script:
51-
- npm install --silent
51+
- npm ci
5252
- npm run build
5353
- mv public public-vue # GitLab Pages hooks on the public folder
5454
- mv dist public # rename the dist folder (result of npm run build)

0 commit comments

Comments
 (0)