We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef2bea commit 080ab51Copy full SHA for 080ab51
.github/workflows/deploy.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
submodules: 'recursive'
20
21
- - name: Install Doxygen
+ - name: Install Dependencies
22
run: |
23
sudo apt update
24
- sudo apt install -y doxygen
+ sudo apt install -y doxygen graphviz
25
26
- name: Set reusable strings
27
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -60,4 +60,4 @@ jobs:
60
steps:
61
- name: Deploy to GitHub Pages
62
id: deployment
63
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments