build: Docs ook met release vlag bouwen
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
Philippe Zwietering
2026-09-08 17:34:17 +02:00
parent 463fac575a
commit b060ced878
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
stage('Build docs') {
steps {
sh 'cargo doc'
sh 'cargo doc -r'
archiveArtifacts artifacts: 'target/doc/'
}
}