mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 14:11:11 -06:00
Add libraries
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -13,7 +13,10 @@ jobs:
|
||||
uses: xu-cheng/texlive-action/full@v1
|
||||
with:
|
||||
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
|
||||
make release
|
||||
- name: Release book on S3
|
||||
@@ -23,4 +26,4 @@ jobs:
|
||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
aws_bucket: ${{ secrets.AWS_BUCKET }}
|
||||
source_dir: book/release
|
||||
destination_dir: release
|
||||
destination_dir: release
|
||||
|
||||
10
.github/workflows/validate.yml
vendored
10
.github/workflows/validate.yml
vendored
@@ -13,3 +13,13 @@ jobs:
|
||||
apk add make
|
||||
cd book
|
||||
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