Skip to content

Commit

Permalink
Add conan in the documentation pipeline for configuring
Browse files Browse the repository at this point in the history
  • Loading branch information
renn0xtek9 committed May 8, 2024
1 parent d973e6e commit 692ae92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
sudo apt-get update
sudo apt-get install -y cmake git texlive-full biber doxygen graphviz makefile2graph
python3 -m pip install -r requirements.txt
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_2204_documentation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Configure
run: ./scripts/configure.sh
- name: Make documentation
run: ./scripts/documentation.sh
run: ./scripts/document.sh

0 comments on commit 692ae92

Please sign in to comment.