From cb80dcf4469ddf528521f18a88944d94b95c8d47 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 25 Mar 2021 19:31:34 -0500 Subject: [PATCH] Fix doc uploading --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f522beb..062222cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,11 +114,9 @@ Documentation: curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh . ci-support.sh build_py_project_in_venv - pushd $PWD build_docs - popd if [[ -d ~/.scicomp-benchmarks/asv/$PROJECT ]]; then - cp -rf ~/.scicomp-benchmarks/asv/$PROJECT doc/_build/html/benchmarks + cp -rf ~/.scicomp-benchmarks/asv/$PROJECT _build/html/benchmarks fi maybe_upload_docs -- GitLab