aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-10-14 16:40:47 +0800
committerHsiangNianian <i@jyunko.cn>2025-10-14 16:40:47 +0800
commit75e1f7e13230c5e9380e0d9a29be8efaec33e6fe (patch)
tree741717d45180bac952a967ddce4bc0f6ecbcc416 /.github
parenta22b12e9f568b58e7aeded1382d22f8b1362be91 (diff)
downloadOneRoll-75e1f7e13230c5e9380e0d9a29be8efaec33e6fe.tar.gz
OneRoll-75e1f7e13230c5e9380e0d9a29be8efaec33e6fe.zip
fix: streamline LaTeX PDF build process in docs workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml16
1 files 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/