Skip to content

Commit

Permalink
fix docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan4253 committed Nov 11, 2023
1 parent b9da7ed commit 4ec5981
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Add Submodules
run: git submodule update --init --recursive

- name: Install Dependencies
run: |
sudo apt install doxygen
sudo apt-get install python-pip
pip install Jinja2
- name: Build Docs
working-directory: .
run: |
Expand Down

0 comments on commit 4ec5981

Please sign in to comment.