Renamed docs page in 'Jenkinsfile'
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-05-03 08:43:24 -05:00
parent 677ca4ffdf
commit d532b353c4

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
source ~/.bashrc
npm run docs
'''
publishHTML([allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, reportDir: './docs', reportFiles: 'index.html', reportName: 'AudioShowKit Docs', reportTitles: ''])
publishHTML([allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, reportDir: './docs', reportFiles: 'index.html', reportName: 'Documentation', reportTitles: ''])
}
}
}