delete old docs before copying

This commit is contained in:
Ell 2021-11-26 19:42:45 +01:00
parent bd44155c67
commit e6a7486d5c

1
Jenkinsfile vendored
View file

@ -7,6 +7,7 @@ pipeline {
}
steps {
sh 'docfx.exe'
sh 'rm -rf /var/www/tinylifedocs/*'
sh 'cp _site/** /var/www/tinylifedocs/ -r'
}
}