mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -06:00
* Fix issue of book not building * add dependencies * fix * test make4ht * fix cmd * Use own docker image * Add label * fix urls * Add validate command * build non mac version * tmp run * use smaller tex version * build full
15 lines
412 B
YAML
15 lines
412 B
YAML
name: Validate LaTeX Document
|
|
on: [ push, pull_request ]
|
|
jobs:
|
|
test_building_book:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Set up git repository
|
|
uses: actions/checkout@v3
|
|
- name: Test baking the release versions
|
|
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
|
|
with:
|
|
run: |
|
|
cd book
|
|
make -j build_pdf build_serif_ebook
|