diff options
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ca98e6..976a858 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,13 +35,13 @@ run: paths: - dist/*.whl -pages: - # script: - # - pip install sphinx sphinx-rtd-theme - # - cd doc ; make html - # - mv build/html/ ../public/ - artifacts: - paths: - - public - only: - - master
\ No newline at end of file +# pages: +# script: +# - pip install sphinx sphinx-rtd-theme +# - cd doc ; make html +# - mv build/html/ ../public/ +# artifacts: +# paths: +# - public +# only: +# - master |