gitlabci updated in deploy.md

pull/4348/head
Amaan Ul Haq Siddiqui 11 months ago committed by GitHub
parent 36e0c1a3db
commit ec7f5da144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -214,6 +214,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
# - apk add git # Uncomment this if you're using small docker images like alpine and have lastUpdated enabled # - apk add git # Uncomment this if you're using small docker images like alpine and have lastUpdated enabled
- npm install - npm install
- npm run docs:build - npm run docs:build
- mv docs/.vitepress/dist public # to allow gitlab pages to access the artifact
artifacts: artifacts:
paths: paths:
- public - public

Loading…
Cancel
Save