Commit 7f9e11b1 authored by Gallacchi Mattia's avatar Gallacchi Mattia
Browse files

Update .gitlab-ci.yml file

parent ab59f977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ pages:
    - when: never

  script:
    - poetry install --only main,docs
    - poetry install --only main,doc
    - mkdir -p public
    - cd doc && poetry run make html
    - cp -r build/html/* ../public