From b276019d24407f3214b672bfe4995407ead9ecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Tue, 4 Apr 2023 20:18:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B2=20jenkins=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 0b49fa4..ed62133 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -193,7 +193,7 @@ pipeline { alwaysLinkToLastBuild: true, keepAll: false, reportDir: 'out/doc/html', - reportFiles: 'godoc/index.html', + reportFiles: 'index.html', reportTitles: 'Техническая документация', reportName: 'Documentation', ])