Merge pull request #37 from autumnfound/malowe/main/jenkins-fix

fix: update jenkinsfile to have prod domain and proper location path
This commit is contained in:
Frédéric Desbiens
2024-12-02 18:59:10 -05:00
committed by GitHub

3
Jenkinsfile vendored
View File

@@ -2,10 +2,11 @@
hugo (
appName: 'threadx-rtos-docs',
productionDomain: 'threadx.io',
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
deployment: [
locationPath: '/threadx/docs'
locationPath: '/docs'
]
)