1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-20 12:09:10 +02:00

use absolute docfx path

This commit is contained in:
Ellpeck 2020-05-21 01:59:13 +02:00
parent 540b59d934
commit e8fbb1e157

4
Jenkinsfile vendored
View file

@ -22,7 +22,7 @@ done'''
sh '''for i in **/*.nupkg; do
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
done'''
sh '''docfx.exe "Docs/docfx.json"
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site'''
}
}
@ -39,7 +39,7 @@ done'''
sh '''for i in **/*.nupkg; do
dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true
done'''
sh '''docfx.exe "Docs/docfx.json"
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site'''
}
}