From 73cc3ff7191129e89a54d7ecdcf4eb173858cbf5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 May 2020 02:19:00 +0200 Subject: [PATCH] only build the site on release --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) 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)') {