Skip to content

Commit da28ccc

Browse files
authored
Update deploy-docs.yml: install LATEX
1 parent 6682c55 commit da28ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install graphviz -y
25+
sudo apt-get install texlive graphviz -y
2626
2727
# Step 3: Install Doxygen
2828
- name: Install Doxygen v${{ env.DOXYGEN_VERSION }}

0 commit comments

Comments
 (0)