1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Update docs_test_ru

This commit is contained in:
Anton 2024-09-22 17:08:38 +03:00
parent f4da0afee4
commit cb1249c99a

View File

@ -7,6 +7,7 @@ pipeline {
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/ru/md" "docs/docusaurus/docs" /s /e /i /y'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & "C:/Program Files (x86)/Yarn/bin/yarn" build'
bat encoding: 'UTF-8', script:'chcp 65001 & robocopy docs/docusaurus & npm install'
}
}
}