diff --git a/Jenkinsfile b/Jenkinsfile index b47ffe0..db89bcb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('Build docs') { steps { sh 'cargo doc' - archiveArtifacts artifacts: 'target/doc' + archiveArtifacts artifacts: 'target/doc/' } }