mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-21 03:14:29 -05:00
Compare commits
4 Commits
8743660c0a
...
2dea80a29c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2dea80a29c | |||
| 6eba9635dd | |||
| 7804bd8df1 | |||
| cf49ab1ccc |
@@ -64,7 +64,7 @@ jobs:
|
||||
options: -v ${{ github.workspace }}:/app
|
||||
run: |
|
||||
cd /app/book
|
||||
make -j bake
|
||||
make bake
|
||||
- name: Release baked book to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
name: Test book and website for given image
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE: ghcr.io/${{ github.repository }}:latest
|
||||
@@ -34,7 +40,7 @@ jobs:
|
||||
options: -v ${{ github.workspace }}:/app
|
||||
run: |
|
||||
cd /app/book
|
||||
make -j build_serif_pdf build_ebook website
|
||||
make -j -O build_serif_pdf build_ebook website
|
||||
- name: Upload book Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
||||
ebb -x $<
|
||||
|
||||
booklet/booklet.pdf: $(booklet_src)
|
||||
$(LATEX) -output-directory=booklet booklet.tex
|
||||
$(LATEX) -nobibtex -output-directory=booklet booklet.tex
|
||||
|
||||
book_serif/book.pdf: $(src_all)
|
||||
$(LATEX) -output-directory=book_serif book.tex
|
||||
|
||||
Reference in New Issue
Block a user