mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-23 05:08:34 +01:00
wow, I should nto be doing this when I'm tired
This commit is contained in:
parent
1668b02d55
commit
540b59d934
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,6 @@ done'''
|
||||||
sh '''for i in **/*.nupkg; do
|
sh '''for i in **/*.nupkg; do
|
||||||
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
||||||
done'''
|
done'''
|
||||||
}
|
|
||||||
sh '''docfx.exe "Docs/docfx.json"
|
sh '''docfx.exe "Docs/docfx.json"
|
||||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||||
}
|
}
|
||||||
|
@ -43,6 +42,7 @@ done'''
|
||||||
sh '''docfx.exe "Docs/docfx.json"
|
sh '''docfx.exe "Docs/docfx.json"
|
||||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Reference in a new issue