Skip to content
Snippets Groups Projects
Commit 27c2b0ae authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Add docs for submodules

parent 3578f88a
No related branches found
No related tags found
No related merge requests found
Pipeline #4072 failed
......@@ -97,6 +97,7 @@ twine-job:
pages:
stage: deploy
script:
- git submodule sync && git submodule update
- make docs # Build documentation
- for branch in devel master release; do curl -L --header "JOB-TOKEN:$CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/artifacts/$branch/download?job=pages" -o $branch.zip; done # Download the documentation from devel, master and release branches
- unzip -o '*.zip' || true # Unzip downloaded documentation while ignoring not existing files
......
......@@ -223,7 +223,7 @@ deps-vagrant: deps-prerequisites deps-runenv deps-python-dev deps-python deps-ed
clean: clean-pycs clean-build-docs clean-build-python clean-build-debian
docs: docs-sphinx
docs: docs-sync docs-sphinx
check: pyflakes pylint test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment