Skip to content

Commit

Permalink
Apply latest LDD Automation updates for build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PDSEN Ops committed Aug 2, 2024
1 parent 10cf3c5 commit 703bb5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
run: |
# Install Sphinx
pip install -r docs/requirements.txt
# Update apt libraries in the event the ubuntu version
# is outdated
sudo apt update
# Install dependencies for PDF generation
sudo apt install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk
- name: Generate PDF
Expand Down

0 comments on commit 703bb5d

Please sign in to comment.