mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-18 17:11:13 -06:00
Remove building sans-serif ebook in CI (#135)
They are not needed as you can change the font in your reader. Closes: https://github.com/hendricius/the-sourdough-framework/issues/131
This commit is contained in:
9
.github/workflows/validate.yml
vendored
9
.github/workflows/validate.yml
vendored
@@ -6,13 +6,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set up git repository
|
- name: Set up git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test building book
|
|
||||||
uses: xu-cheng/texlive-action/full@v1
|
|
||||||
with:
|
|
||||||
run: |
|
|
||||||
apk add make
|
|
||||||
cd book
|
|
||||||
make build_pdf
|
|
||||||
- name: Test baking the release versions
|
- name: Test baking the release versions
|
||||||
uses: xu-cheng/texlive-action/full@v1
|
uses: xu-cheng/texlive-action/full@v1
|
||||||
with:
|
with:
|
||||||
@@ -22,4 +15,4 @@ jobs:
|
|||||||
tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz
|
tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz
|
||||||
mv kindlegen /usr/bin
|
mv kindlegen /usr/bin
|
||||||
cd book
|
cd book
|
||||||
make bake
|
make -j build_pdf build_serif_ebook
|
||||||
|
|||||||
Reference in New Issue
Block a user