1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-11 17:00:24 +02:00

change directory location

This commit is contained in:
Ellpeck 2020-05-21 02:14:03 +02:00
parent 2f4c541019
commit 7913fcccae

4
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ done'''
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
done'''
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site -r'''
cp Docs/_site /var/www/MLEM/ -r'''
}
}
@ -40,7 +40,7 @@ done'''
dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true
done'''
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site -r'''
cp Docs/_site /var/www/MLEM/ -r'''
}
}