diff --git a/Jenkinsfile b/Jenkinsfile index 4bda2acb4..c7966fc00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { sh 'cd ~/carla-simulator.github.io && \ git pull && \ git add Doxygen && \ - git commit -m "Updated c++ docs [skip ci]" || true && \ + git commit -m "Updated c++ docs" || true && \ git push' } }