File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ concurrency:
2121jobs :
2222 build :
2323 runs-on : ubuntu-latest
24+ container :
25+ image : texlive/texlive:latest
2426
2527 steps :
2628 - name : Checkout repository
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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Special thanks to:
2121
2222Without all of you this book never would have been possible.<br>
2323
24- """"
24+ """
2525edit_github_repo = " carmiac/SwillingSwedesSongbook" # Enable song edit suggestions via GitHub issues
2626edit_email = " carmiac+songbook@gmail.com" # Enable song edit suggestions via email
2727
You can’t perform that action at this time.
0 commit comments