diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 590477a..23814df 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -35,6 +35,8 @@ jobs: uses: teatimeguest/setup-texlive-action@v2 with: packages: scheme-full + - name: Build + run: make docs-build - if: github.ref == 'refs/heads/main' name: Deploy to GitHub Pages run: make docs-gh-deploy diff --git a/Makefile b/Makefile index 20f7371..f9a11d5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ TARGET_LIST += $(SRC_LIST:$(SRC)/%=$(TEXMFHOME)/tex/latex/$(NAME)/%) INSTALL := @ install INSTALL_DATA := $(INSTALL) -D --mode="u=rw,go=r" --no-target-directory --verbose LATEXMK := env TEXINPUTS=$(abspath $(SRC)): latexmk -LATEXMK_OPTIONS := -xelatex -file-line-error -interaction=nonstopmode -shell-escape +LATEXMK_OPTIONS := -xelatex -file-line-error -interaction=nonstopmode -max-print-line=1000 -shell-escape all: docs get-deps