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