From 060ab28dcc0959828d76611cb33ff5bcd00d47c3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 7 Jul 2021 15:17:05 +0200 Subject: [PATCH] copy properly --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 883be63..da5dbf7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { npm install npx presskit build --output ../out --pretty-links --collapse-menu''' sh '''rm -rf /var/www/press/* - cp ../out/** /var/www/press''' + cp out/. /var/www/press''' } } }