Fixed doc publishing step.
This commit is contained in:
parent
0d77276572
commit
b093c5e0bd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -70,7 +70,7 @@ pipeline {
|
|||||||
sh "npm run docs"
|
sh "npm run docs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'docs', reportFiles: 'index.html', reportName: 'AudioShowKit JSDocs', reportTitles: ''])
|
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'audioshowkit/docs', reportFiles: 'index.html', reportName: 'AudioShowKit JSDocs', reportTitles: ''])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user