diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 7b50ae34fb48..3da6c52490e9 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1260,7 +1260,7 @@ deploy_docs() { export CC="ccache gcc" export CXX="ccache g++" - make docs SPHINXOPTS=-W + make docs SPHINXOPTS=-W USE_MKLDNN=0 popd } diff --git a/ci/jenkins/Jenkinsfile_website b/ci/jenkins/Jenkinsfile_website index 95ea02b5d245..acdd2be4d00e 100644 --- a/ci/jenkins/Jenkinsfile_website +++ b/ci/jenkins/Jenkinsfile_website @@ -37,11 +37,10 @@ core_logic: { custom_steps.compile_unix_cpu_openblas() ]) - // Disable website generation due to flakyness https://github.com/apache/incubator-mxnet/issues/13833 - //utils.parallel_stage('Deploy', [ - // custom_steps.docs_website(), - // custom_steps.docs_julia() - //]) + utils.parallel_stage('Deploy', [ + custom_steps.docs_website(), + custom_steps.docs_julia() + ]) } , failure_handler: {