diff --git a/Jenkinsfile b/Jenkinsfile index b22b336..4272ad8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,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: 'dist', reportFiles: 'demo.html', reportName: 'AudioShowKit Demo', reportTitles: '']) + publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'dist', reportFiles: 'index.html', reportName: 'AudioShowKit Demo', reportTitles: '']) } } } diff --git a/src/demo/index.html b/src/demo/index.html index 210e49e..9611568 100644 --- a/src/demo/index.html +++ b/src/demo/index.html @@ -10,7 +10,9 @@ - +
+

Welcome to the AudioShowKit library demo!

+
\ No newline at end of file diff --git a/webpack.common.js b/webpack.common.js index fc4ed05..ebf840f 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -34,7 +34,6 @@ export default { plugins: [ new HtmlWebpackPlugin({ template: path.resolve("./src/demo/index.html"), - filename: "demo.html" }) ] }; \ No newline at end of file