Files
the-sourdough-framework/.github/workflows/validate.yml
Hendrik Kleinwaechter 528e091d77 Run CI on PRs too
2023-01-19 16:49:32 +01:00

16 lines
369 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 building book
uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make
cd book
make all