From 04ebcdb771f4ea1d2495a90d1608c8866ca22a11 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Tue, 24 Sep 2024 11:56:36 +0300 Subject: [PATCH] Update docs_test_ru --- ci/docs_test_ru | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/docs_test_ru b/ci/docs_test_ru index aedd207442..7df7b33c9a 100644 --- a/ci/docs_test_ru +++ b/ci/docs_test_ru @@ -10,7 +10,8 @@ pipeline { bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus/build & neocel --t=%GPGKEY% --yes' withCredentials([string(credentialsId: 'neocities-test', variable: 'TOKEN')]) { powershell encoding: 'UTF-8', script:'oint --token $TOKEN --local "C:/ProgramData/Jenkins/.jenkins/workspace/Docs deploy (Test RU)/docs/docusaurus/build"' - } + } + bat encoding: 'UTF-8', script:'chcp 65001 & rmdir /s /q "C:/ProgramData/Jenkins/.jenkins/workspace/Docs deploy (Test RU)/docs/docusaurus/build"' } } }