Migrate from vuepress to vitepress for docs site
This commit is contained in:
Vendored
+2
-2
@@ -92,8 +92,8 @@ pipeline {
|
||||
sh 'yarn install'
|
||||
sh 'yarn build'
|
||||
}
|
||||
dir(path: 'docs/.vuepress/dist') {
|
||||
sh 'tar -czf ../../docs.tgz *'
|
||||
dir(path: 'docs/dist') {
|
||||
sh 'tar -czf ../docs.tgz *'
|
||||
}
|
||||
archiveArtifacts(artifacts: 'docs/docs.tgz', allowEmptyArchive: false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user