mirror of
https://github.com/eclipse-threadx/rtos-docs.git
synced 2026-02-06 02:52:14 +08:00
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:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user