Skip to content

Commit

Permalink
prepare-docs: Gen images
Browse files Browse the repository at this point in the history
Install texlive-latex-extra for pdflatex.
  • Loading branch information
KrystalDelusion committed Jul 11, 2024
1 parent 4cbb026 commit dd58614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
uses: ./.github/actions/setup-build-env

- run:
sudo apt-get install faketime pdf2svg
sudo apt-get install faketime pdf2svg texlive-latex-base texlive-latex-extra

- name: Download build artifact
uses: actions/download-artifact@v4
Expand All @@ -209,7 +209,7 @@ jobs:
- name: Prepare docs
shell: bash
run:
make docs/source/cmd/abc.rst docs/guidelines docs/usage docs/reqs TARGETS= EXTRA_TARGETS= CONFIG=$CC
make docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs TARGETS= EXTRA_TARGETS= CONFIG=$CC

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dd58614

Please sign in to comment.