Stop archiving the docs

This is just taking up space
This commit is contained in:
William Giokas 2018-07-09 09:03:07 -06:00
parent 22cd4206c4
commit 6749a6bf19
No known key found for this signature in database
GPG Key ID: 690206D873CD09CF

View File

@ -22,7 +22,6 @@ pipeline {
stage('build') {
steps {
sh 'eval "$(pyenv init -)"; make -C doc clean html'
archiveArtifacts artifacts: 'doc/_build/html/'
}
}
}