Loading .gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -17,3 +17,16 @@ deploy-job: stage: deploy script: - echo "I'm deploying something ..." pages: stage: deploy script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - cd docs - make html - mv build/html ../public artifacts: paths: - public only: - feature_documentation No newline at end of file Loading
.gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -17,3 +17,16 @@ deploy-job: stage: deploy script: - echo "I'm deploying something ..." pages: stage: deploy script: - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx - cd docs - make html - mv build/html ../public artifacts: paths: - public only: - feature_documentation No newline at end of file