mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-25 05:58:35 +01:00
delete old docs before copying new ones to destination
This commit is contained in:
parent
f37179486c
commit
aa94217fc6
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue