mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
only build the site on release
This commit is contained in:
parent
610a91025b
commit
73cc3ff719
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -22,9 +22,6 @@ done'''
|
|||
sh '''for i in **/*.nupkg; do
|
||||
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/ -r'''
|
||||
}
|
||||
}
|
||||
|
||||
stage('Pack and Publish (Release)') {
|
||||
|
|
Loading…
Reference in a new issue