mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
delete old docs before copying
This commit is contained in:
parent
bd44155c67
commit
e6a7486d5c
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -7,6 +7,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'docfx.exe'
|
||||
sh 'rm -rf /var/www/tinylifedocs/*'
|
||||
sh 'cp _site/** /var/www/tinylifedocs/ -r'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue