Skip to content

Commit

Permalink
Merge pull request #10 from SquareBracketAssociates/pillar10-2-0
Browse files Browse the repository at this point in the history
migrating to Pillar V10.2.0
  • Loading branch information
guillep authored Aug 22, 2024
2 parents 99c746a + 63d770e commit 72941c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
build:
uses: guillep/BookBuilderDashboard/.github/workflows/build-pillarbook-texlive23.yml@master
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
with:
bookname: vm-wip
2 changes: 1 addition & 1 deletion _support/latex/sbabook/ci/install-texlive
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function install-texlive() {
tlmgr option repository "$repo"

tlmgr update --self --all
tlmgr install latex-bin latexmk
tlmgr install latex-bin latexmk bibtex
}

# Only call the main function if this script was called as a command. This makes
Expand Down
3 changes: 3 additions & 0 deletions _support/latex/texlive.deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
amsmath
import
ulem

0 comments on commit 72941c0

Please sign in to comment.