1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 20:58:34 +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

1
Jenkinsfile vendored
View file

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