Skip to content

Commit 8c15e8f

Browse files
committed
Make build much faster
1 parent 283fbf1 commit 8c15e8f

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ concurrency:
2121
jobs:
2222
build:
2323
runs-on: ubuntu-latest
24+
container:
25+
image: texlive/texlive:latest
2426

2527
steps:
2628
- name: Checkout repository
@@ -31,17 +33,6 @@ jobs:
3133
with:
3234
python-version: '3.11'
3335

34-
- name: Install TeX Live
35-
run: |
36-
sudo apt-get update
37-
sudo apt-get install -y \
38-
texlive-latex-base \
39-
texlive-latex-extra \
40-
texlive-fonts-recommended \
41-
texlive-fonts-extra \
42-
texlive-xetex \
43-
latexmk
44-
4536
- name: Install Python dependencies
4637
run: |
4738
python -m pip install --upgrade pip

book_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Special thanks to:
2121
2222
Without all of you this book never would have been possible.<br>
2323
24-
""""
24+
"""
2525
edit_github_repo = "carmiac/SwillingSwedesSongbook" # Enable song edit suggestions via GitHub issues
2626
edit_email = "carmiac+songbook@gmail.com" # Enable song edit suggestions via email
2727

0 commit comments

Comments
 (0)