Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ build: pages: script: - pip install sphinx sphinx-rtd-theme - cd doc ; make html - cd docs ; make html - mv build/html/ ../public/ artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ build: pages: script: - pip install sphinx sphinx-rtd-theme - cd doc ; make html - cd docs ; make html - mv build/html/ ../public/ artifacts: paths: Loading