diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 766fb46582d65667c8f357a047a5ddaeae6431b4..ccfb88f2b3e3703e0c591d3fada1fd5c4acb2efa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ before_script: - python3 -V # Print out python version for debugging stages: - - build - - test + #- build + #- test - deploy navipy_install: @@ -32,7 +32,6 @@ doc_build: script: - pip3 install --user sphinx sphinx-rtd-theme - cd doc ; make html - - mv build/html/ ../public/ - ls build/html/ artifacts: paths: