Skip to content

Commit

Permalink
add verbose to doc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Feb 14, 2024
1 parent c45d7e1 commit e412c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq python3-sphinx doxygen doxygen-gui doxygen-doc graphviz plantuml
sudo apt-get install -y -qq python3-sphinx doxygen doxygen-gui doxygen-doc graphviz plantuml tree
cd ./acados_solver_ros2/
pip install -r requirements.txt
- name: Build documentation
Expand All @@ -27,6 +27,7 @@ jobs:
- name: Create commit
run: |
git clone https://github.com/tpoignonec/acados_solver_ros2.git --branch gh-pages --single-branch gh-pages
tree -L 2 # for debg purposes
cd gh-pages && rm -r * && cd ..
mkdir -p gh-pages/docs/
mkdir -p gh-pages/api/
Expand Down

0 comments on commit e412c3b

Please sign in to comment.