Skip to content
Snippets Groups Projects
Commit 81c69350 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add building documentation

parent a4995f21
No related merge requests found
...@@ -6,7 +6,7 @@ test: ...@@ -6,7 +6,7 @@ test:
docs: docs:
image: tk0miya/sphinx-html image: tk0miya/sphinx-html
script: script:
- make html - sphinx-build -b html -d _build/doctrees . _build/html
- eval $(ssh-agent) - eval $(ssh-agent)
- echo "$SSHKEY" | ssh-add - - echo "$SSHKEY" | ssh-add -
- ssh -o UserKnownHostsFile=known_hosts wp86team@exflqr30526 "./doc-prepare ec_$CI_COMMIT_REF_NAME" - ssh -o UserKnownHostsFile=known_hosts wp86team@exflqr30526 "./doc-prepare ec_$CI_COMMIT_REF_NAME"
......
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