Skip to content

Commit 691d55b

Browse files
committed
Update gh-pages.yml
1 parent ffa92de commit 691d55b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Install system dependencies
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y doxygen
24+
2025
- name: Set up Python
2126
uses: actions/setup-python@v4
2227
with:

0 commit comments

Comments
 (0)