diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index fe7ac715..9bf5611a 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -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 - npm install - npm run docs:build + - mv docs/.vitepress/dist public # to allow gitlab pages to access the artifact artifacts: paths: - public