1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Правки JF выгрузки доков

This commit is contained in:
Anton
2024-09-27 20:22:07 +03:00
parent 1d6e2c7a19
commit 6cb0896e9b
5 changed files with 24 additions and 28797 deletions

View File

@@ -8,7 +8,7 @@ pipeline {
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'
withCredentials([string(credentialsId: 'neocities', variable: 'TOKEN')]) {
withCredentials([string(credentialsId: 'neocities-en', variable: 'TOKEN')]) {
powershell encoding: 'UTF-8', script:'oint neocities СинхронизироватьКаталоги --token $ENV:TOKEN --local "C:/ProgramData/Jenkins/.jenkins/workspace/Docs deploy (EN)/docs/docusaurus/build"'
}
}