This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Build docs') {
|
stage('Build docs') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo doc'
|
sh 'cargo doc -r'
|
||||||
archiveArtifacts artifacts: 'target/doc/'
|
archiveArtifacts artifacts: 'target/doc/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user