1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 12:58:33 +01:00

actually copy the docs to the website when releasing

This commit is contained in:
Ellpeck 2020-05-21 23:07:43 +02:00
parent bfb1c1cef6
commit 508d3cf077

3
Jenkinsfile vendored
View file

@ -12,7 +12,8 @@ pipeline {
branch 'release'
}
steps {
sh './build.sh -Target=Document'
sh './build.sh -Target=Document'
sh 'cp Docs/_site/** /var/www/MLEM/ -r'
}
}
}