From 75e1f7e13230c5e9380e0d9a29be8efaec33e6fe Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 14 Oct 2025 16:40:47 +0800 Subject: fix: streamline LaTeX PDF build process in docs workflow --- .github/workflows/docs.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 546184a..c60fc30 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,20 +23,18 @@ jobs: uv sync --all-groups ls -l source .venv/bin/activate - - - name: Build documentation - run: | - cd docs - ls -l - make html - make latex - - name: Build LaTeX PDF file uses: xu-cheng/texlive-action@v3 with: run: | + cd docs + ls -l + make html + make latex + make latexpdf + cd ./docs/_build/latex - make + # make ls -l cp *.pdf ../html/_static/ -- cgit v1.2.3-70-g09d2