aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
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/