diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:18:10 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:18:10 +0100 |
commit | f0419567fc7a8d984dd31ead0c3a3984e5e75162 (patch) | |
tree | f35fb478b5b0a00e5a5e47f3df4dd439a4c6728f /.gitlab-ci.yml | |
parent | 414fd6bacfb60ae85c7c237ce322ba84fbe7a0e5 (diff) | |
download | epubgrep-f0419567fc7a8d984dd31ead0c3a3984e5e75162.tar.gz |
Fix .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-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 |