mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 22:21:12 -06:00
Add libraries
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -13,7 +13,10 @@ jobs:
|
|||||||
uses: xu-cheng/texlive-action/full@v1
|
uses: xu-cheng/texlive-action/full@v1
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
apk add make
|
apk add make zip tidyhtml
|
||||||
|
wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz
|
||||||
|
tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz
|
||||||
|
mv kindlegen /usr/bin
|
||||||
cd book
|
cd book
|
||||||
make release
|
make release
|
||||||
- name: Release book on S3
|
- name: Release book on S3
|
||||||
|
|||||||
10
.github/workflows/validate.yml
vendored
10
.github/workflows/validate.yml
vendored
@@ -13,3 +13,13 @@ jobs:
|
|||||||
apk add make
|
apk add make
|
||||||
cd book
|
cd book
|
||||||
make build_pdf
|
make build_pdf
|
||||||
|
- name: Test building release versions
|
||||||
|
uses: xu-cheng/texlive-action/full@v1
|
||||||
|
with:
|
||||||
|
run: |
|
||||||
|
apk add make zip tidyhtml
|
||||||
|
wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz
|
||||||
|
tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz
|
||||||
|
mv kindlegen /usr/bin
|
||||||
|
cd book
|
||||||
|
make release
|
||||||
|
|||||||
Reference in New Issue
Block a user