1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Правки механизма перевода доков

This commit is contained in:
Anton
2024-09-27 18:15:08 +03:00
parent b5e13da9b3
commit fd813061d5
2 changed files with 52 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ pipeline {
stage('Deploy') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/docs_pagetranslate.os'
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/en/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'