Skip to content

Commit 774330a

Browse files
committed
fix
1 parent 6011bdb commit 774330a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/actions/setup
3131
- name: dependencies
3232
run: |
33-
sudo apt-get install -y doxygen graphviz python3-sphinx python3-breathe python3-furo
33+
sudo apt-get install -y doxygen graphviz python3-sphinx python3-breathe furo
3434
- name: build
3535
uses: ./.github/actions/build
3636
with:

0 commit comments

Comments
 (0)