We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b725f3 commit 9d1bfc5Copy full SHA for 9d1bfc5
docs/guide/deployment.md
@@ -48,7 +48,7 @@ pages: # the job must be named pages
48
image: node:latest
49
stage: deploy
50
script:
51
- - npm install --silent
+ - npm ci
52
- npm run build
53
- mv public public-vue # GitLab Pages hooks on the public folder
54
- mv dist public # rename the dist folder (result of npm run build)
0 commit comments