From 5ba0e43e34e01e8a043b2058331af52dcbdacb20 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Thu, 4 Jun 2020 17:09:00 +0200 Subject: [PATCH] try to fix ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2ede6e..b8a44d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ pages: - pip3 install --no-deps . - python3 tffpy/tests/ci_config.py - python3 setup.py build_sphinx - - cp -r build/sphinx/html public + - cp -r build/sphinx/html ../public artifacts: paths: - public -- GitLab