diff --git a/Jenkinsfile b/Jenkinsfile index 473be1a..883be63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { sh '''cd src npm install npx presskit build --output ../out --pretty-links --collapse-menu''' - sh '''rm -r /var/www/press/* + sh '''rm -rf /var/www/press/* cp ../out/** /var/www/press''' } }