Skip to content

Commit

Permalink
migrating to Pillar 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 23, 2024
1 parent 7bcbe29 commit 76e5c2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Book generation
name: Book with Pillar

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: '0 0 * * 0'

Expand All @@ -13,6 +13,6 @@ on:

jobs:
build:
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@master
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
with:
bookname: ManagingCodeInPharo
bookname: ManagingCodeWithIceberg
2 changes: 1 addition & 1 deletion _support/latex/sbabook/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
remote = https://github.com/cdlm/sbabook.git
branch = v0.2.8
commit = ffabafecf60c20d856b706f9377595a45be7704f
parent = 321a47042c4b444323bdd0b95bf09e0d50525df8
parent = 45207449de0cce8a515afcfe358fabf185a14d30
method = merge
cmdver = 0.4.6
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 76e5c2f

Please sign in to comment.