From 2eca2a145372b8693d6099a1292515274858a340 Mon Sep 17 00:00:00 2001 From: jemmybutton Date: Sat, 18 May 2024 16:30:12 +0300 Subject: [PATCH] fix to actions to generate references and toc --- .github/workflows/context.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/context.yml b/.github/workflows/context.yml index 4d7ee8e..7e1ad4d 100644 --- a/.github/workflows/context.yml +++ b/.github/workflows/context.yml @@ -27,12 +27,10 @@ jobs: working-directory: lettrines - name: Build English pdf - run: lualatex -interaction=nonstopmode byrne-en-latex.tex - run: lualatex -interaction=nonstopmode byrne-en-latex.tex + run: lualatex -interaction=nonstopmode byrne-en-latex.tex && lualatex -interaction=nonstopmode byrne-en-latex.tex - name: Build Russian pdf - run: lualatex -interaction=nonstopmode byrne-ru-latex.tex - run: lualatex -interaction=nonstopmode byrne-ru-latex.tex + run: lualatex -interaction=nonstopmode byrne-ru-latex.tex && lualatex -interaction=nonstopmode byrne-ru-latex.tex - uses: actions/upload-artifact@v3 with: