fix document

This commit is contained in:
Nishi 2026-04-12 00:27:04 +09:00
commit 0325584319
Signed by: nishi
GPG key ID: 27EF69B208EB9343

4
Jenkinsfile vendored
View file

@ -7,7 +7,11 @@ pipeline {
when {
branch "master"
}
agent {
label "built-in"
}
steps {
sh("rm -rf include/Mw/LowLevel/Wayland")
sh("doxygen")
sh("rm -rf /var/www/milsko-doxygen")
sh("mv doxygen/html /var/www/milsko-doxygen")