diff --git a/.ci/docs b/.ci/docs index 4363b2d61a..1cb648df70 100644 --- a/.ci/docs +++ b/.ci/docs @@ -22,7 +22,6 @@ pipeline { stage('build') { steps { sh 'eval "$(pyenv init -)"; make -C doc clean html' - archiveArtifacts artifacts: 'doc/_build/html/' } } }