From 7913fcccae52cfba20be104c980eb30a0cf545df Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 May 2020 02:14:03 +0200 Subject: [PATCH] change directory location --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ac2205..77af1f4 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 -r''' +cp Docs/_site /var/www/MLEM/ -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 -r''' +cp Docs/_site /var/www/MLEM/ -r''' } }