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