From 2f4c5410190c8494839e7c929d1a4c7a812cf834 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 May 2020 02:08:37 +0200 Subject: [PATCH] actually copy the directory, oh God --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 44f9dd5..6ac2205 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ done''' 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/Docs/_site''' +cp Docs/_site /var/www/MLEM/Docs/_site -r''' } } @@ -40,7 +40,7 @@ done''' dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true done''' sh '''/opt/docfx/docfx.exe "Docs/docfx.json" -cp Docs/_site /var/www/MLEM/Docs/_site''' +cp Docs/_site /var/www/MLEM/Docs/_site -r''' } }