Skip to content
Snippets Groups Projects
Commit 3721bf17 authored by Simon Wittl's avatar Simon Wittl
Browse files

doc test

parent 31f0fa40
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ build-ros: ...@@ -43,7 +43,7 @@ build-ros:
- rosdep install --from-paths . -y --ignore-src - rosdep install --from-paths . -y --ignore-src
- colcon build --merge-install - colcon build --merge-install
script: script:
- source ./home/install/setup.bash - source ./install/setup.bash
artifacts: artifacts:
when: always when: always
paths: paths:
...@@ -69,7 +69,7 @@ create-docu: ...@@ -69,7 +69,7 @@ create-docu:
- python3 ./get-pip.py - python3 ./get-pip.py
- pip3 install pdoc3 - pip3 install pdoc3
script: script:
- source ./home/install/setup.bash - source ./install/setup.bash
- mkdir doc - mkdir doc
- python3 -m pdoc3 --html rq_controller -o=./doc/rq_controller -c show_source_code=True - python3 -m pdoc3 --html rq_controller -o=./doc/rq_controller -c show_source_code=True
artifacts: artifacts:
......
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