1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-30 23:57:49 +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' branch 'release'
} }
steps { steps {
sh 'rm -rf /var/www/MLEM/*'
sh 'cp Docs/_site/** /var/www/MLEM/ -r' sh 'cp Docs/_site/** /var/www/MLEM/ -r'
} }
} }