Skip to content

Commit

Permalink
updated order or runs
Browse files Browse the repository at this point in the history
  • Loading branch information
epidrome committed Aug 8, 2024
1 parent 39ecc78 commit 3300329
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build the book
on: workflow_dispatch

jobs:
texlive:
build book:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -17,14 +17,16 @@ jobs:
python-version: '3.10'
- name: Install pandoc-fignos
run: pip install pandoc-fignos
- name: Assemble latex files
run: |
git submodule update --init --recursive
./build-book.sh
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
packages: >
scheme-basic latexmk collection-xetex etoolbox euenc filehook fontspec makecmds polyglossia tipa xkeyval xunicode mktexlsr updmap-sys metalogo xltxtra sectsty ulem biblatex logreq csquotes tocloft biber hyphenat nowidow microtype titling emptypage float caption enumitem babel babel-greek bookmark dvipdfmx firstaid greek-fontenc hyperref
- name: Use TeX Live
run: |
git submodule update --init --recursive
./build-book.sh
cd book
latexmk -f -pdf -silent book.tex
latexmk -f -xelatex -silent book.tex

0 comments on commit 3300329

Please sign in to comment.