From 57556e0c8800e4ffe4befb756073785aaa9ea118 Mon Sep 17 00:00:00 2001 From: Martin Lowe Date: Mon, 2 Dec 2024 15:52:44 -0500 Subject: [PATCH] fix: update jenkinsfile to have prod domain and proper location path --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index baf6929..fcf7efc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' ] ) \ No newline at end of file