Skip to content

Commit

Permalink
Förberedelser för EPUB
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed May 15, 2024
1 parent e94361f commit 09f8dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bygg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
bygg-epub:
name: 'Bygg EPUB (experimentell)'
continue-on-error: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: 'Checka ut koden'
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ koncept.pdf: $(REPO_FILES) koncept.tex $(KONCEPT_FILES)
latexmk -pdf koncept.tex

koncept.epub: $(REPO_FILES) koncept.tex $(KONCEPT_FILES)
ebb -x images/**/*
ebb -x images/**.png
ebb -x images/**.pdf
tex4ebook --loglevel debug --format epub3 --tidy koncept.tex "mathml"

koncept.tar.gz: Makefile $(KONCEPT_FILES)
Expand Down

0 comments on commit 09f8dad

Please sign in to comment.