diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c72618..8e691b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,8 @@ pages: needs: - build_stable script: - - mv _build/docs/html/* public/ + - find _build/docs/html/ + - mv _build/docs/html public artifacts: paths: - public