Commit 25b8b320 authored by Justin Weber's avatar Justin Weber
Browse files

Update .gitlab-ci.yml file

parent b7024b30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ docs:userguide:
  image: sphinxdoc/sphinx:latest
  script:
    - pip install sphinx_rtd_theme sphinx_tabs
    - make -C docs
    - make -C docs/picvva
    - sphinx-build -b html docs/source_docs/ build
    - sphinx-build -b html docs/picvva/ build
  stage: build-docs
  except:
    - schedules
@@ -20,7 +20,7 @@ docs:userguide:
    name: $CI_JOB_NAME
    expire_in: 1 week
    paths:
      - webroot/docs_html
      - build
  tags:
    - docker