Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-P…
Browse files Browse the repository at this point in the history
…haroVirtualMachine
  • Loading branch information
guillep committed Aug 22, 2024
2 parents 840f691 + 72941c0 commit a01a772
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 a01a772

Please sign in to comment.