diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27fcb76f..7f181a57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,6 @@ pages: - mv build/doc/index.html .public/index.html - mv build/doc/serdi.html .public/man/serdi.html - mv .public public - needs: ["test:x64_dbg"] artifacts: paths: - public |