mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +00:00
Migrate from vuepress to vitepress for docs site
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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