diff --git a/Jenkinsfile b/Jenkinsfile index 668b3f5..8cb242f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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''' + } } }