Skip to content
Snippets Groups Projects
Commit be311160 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

gitlab-ci: Fix redundant doxygen invocation.

parent e264affd
No related branches found
No related tags found
No related merge requests found
......@@ -245,8 +245,7 @@ gen_doxy_html:
when: always
- when: never
script:
- make -C doc
- doxygen doc/Doxyfile 2> >(tee doxy.err)
- make -C doc 2> >(tee doxy.err)
artifacts:
expire_in: 5min
paths:
......
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