1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-01 07:57:51 +02:00

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
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'
}
}