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

JF Обновления доков

This commit is contained in:
Anton Titovets
2024-09-24 10:56:25 +03:00
parent 92fc52ad73
commit 878e622d2b
8 changed files with 2161 additions and 2159 deletions
+1
View File
@@ -9,6 +9,7 @@ pipeline {
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 & 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"'
}
}
}