Skip to content

Commit

Permalink
Merge branch 'f-klubben:main' into fix-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z authored Jun 16, 2024
2 parents 5909fb3 + bb90220 commit e505627
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
steps:
- name: Install prerequisites
run: apt-get update && apt-get install -y ghostscript
run: sudo apt-get install -y texlive-latex-extra ghostscript psutils
- name: Checkout repository
uses: actions/checkout@v2
- name: Compile the document
run: |
latex main.tex
makeindex main
latex main.tex
dvips main.dvi
dvipdf main.dvi kontinuerlig.pdf
sh ./ps2book.sh main.ps
ps2pdf main_book.ps sangbog.pdf
make pdf
make booklet
mv main.pdf kontinuerlig.pdf
mv main_book.pdf sangbog.pdf
- name: Upload songbook (booklet)
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e505627

Please sign in to comment.