Add libraries

This commit is contained in:
Hendrik Kleinwaechter
2023-03-02 14:43:22 -05:00
parent 6e97f9bbd0
commit d8b013e00a
2 changed files with 15 additions and 2 deletions

View File

@@ -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

View File

@@ -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