1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00

Update docs_test_ru

This commit is contained in:
Anton Titovets 2024-09-24 13:17:21 +03:00
parent 87ca81cdc7
commit a1c44b59f5

View File

@ -8,7 +8,7 @@ pipeline {
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'
withCredentials([string(credentialsId: 'neocities-test', variable: 'TOKEN')]) {
bat encoding: 'UTF-8', script:'oint --token %TOKEN% --local "C:/ProgramData/Jenkins/.jenkins/workspace/Docs deploy (Test RU)/docs/docusaurus/build"'
powershell encoding: 'UTF-8', script:'oint --token $TOKEN --local "C:/ProgramData/Jenkins/.jenkins/workspace/Docs deploy (Test RU)/docs/docusaurus/build"'
}
}