From 62977e9a541d1c8cee68cd5cf6b0e3aef040e01e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 14 Oct 2025 17:00:22 +0800 Subject: fix: refactor documentation build steps in workflow for clarity --- .github/workflows/docs.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c60fc30..0d739e3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,21 +21,22 @@ jobs: - name: Install dependencies run: | uv sync --all-groups - ls -l source .venv/bin/activate + + - name: Build documentation + run: | + cd docs + 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 + pwd make latexpdf - cd ./docs/_build/latex # make - ls -l cp *.pdf ../html/_static/ - name: Deploy to GitHub Pages -- cgit v1.2.3-70-g09d2