1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-08 15:51:35 +02:00

wow, I should nto be doing this when I'm tired

This commit is contained in:
Ellpeck 2020-05-21 01:57:28 +02:00
parent 1668b02d55
commit 540b59d934

4
Jenkinsfile vendored
View file

@ -22,8 +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 '''docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site'''
}
}
@ -42,6 +41,7 @@ done'''
done'''
sh '''docfx.exe "Docs/docfx.json"
cp Docs/_site /var/www/MLEM/Docs/_site'''
}
}
}