diff options
| author | 2025-10-06 01:38:50 +0800 | |
|---|---|---|
| committer | 2025-10-06 01:38:50 +0800 | |
| commit | fac7efb7cf27425fe58dda2f3dbbb1868a647548 (patch) | |
| tree | 737f175f8f9c908a98346dc8c0d909e0d485c589 /.github | |
| parent | 22557ab6f02f11e9e480d4df5c61509b70f5dc0e (diff) | |
| download | OneRoll-fac7efb7cf27425fe58dda2f3dbbb1868a647548.tar.gz OneRoll-fac7efb7cf27425fe58dda2f3dbbb1868a647548.zip | |
feat: add latexonly target to Makefile for building LaTeX from existing sources and update workflow to use it
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 462872d..c9f4df9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,7 +35,7 @@ jobs: with: run: | cd docs - make latex + make latexonly cd _build/latex ls -l make |
