Files
the-sourdough-framework/.github/workflows/validate.yml
Hendrik Kleinwaechter 8617acc687 Release book to S3 (#38)
This will automatically release the book to S3 after merging pull
requests
2023-01-12 15:49:47 +01:00

15 lines
354 B
YAML

name: Validate LaTeX Document
on: [ push ]
jobs:
test_building_book:
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@v3
- name: Test building book
uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make
cd book
make all