i wonder if doc gets generated

This commit is contained in:
Nishi 2026-02-03 23:43:08 +09:00
commit 282283609c
Signed by: nishi
GPG key ID: 27EF69B208EB9343

9
Jenkinsfile vendored
View file

@ -5,12 +5,9 @@ pipeline {
stages {
stage("Build document") {
steps {
sh("echo Testing testing...")
}
post {
always {
notifyDiscord()
}
sh("doxygen")
sh("rm -rf /var/www/milsko-doxygen")
sh("mv doxygen/html /var/www/milsko-doxygen")
}
}
}