diff --git a/Jenkinsfile b/Jenkinsfile index 77af1f4..1e0764b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)') {