diff --git a/Jenkinsfile b/Jenkinsfile index 84ffde6..22f7ba7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { // remove old files sh 'rm -rf /var/www/html/esboetcdocs/*' // copy new files - sh 'cp -rf docs/build/html /var/www/html/esboetcdocs/' + sh 'cp -rf docs/build/html/* /var/www/html/esboetcdocs/' } } stage('Deploy Docs Lunjaserv') {