Fixed doc publishing step.

This commit is contained in:
Harrison Deng 2022-04-17 21:55:11 -05:00
parent 0d77276572
commit b093c5e0bd

2
Jenkinsfile vendored
View File

@ -70,7 +70,7 @@ pipeline {
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: ''])
}
}
}