delete old docs before copying new ones to destination

This commit is contained in:
Ell 2021-11-26 19:45:59 +01:00
parent f37179486c
commit aa94217fc6
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
branch 'release'
}
steps {
sh 'rm -rf /var/www/MLEM/*'
sh 'cp Docs/_site/** /var/www/MLEM/ -r'
}
}