Add PDF export functionality and integrate courstex submodule

This commit is contained in:
Edgar P. Burkhart 2025-02-28 12:57:28 +01:00
parent 0240949bc6
commit 4b03461d1f
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 26 additions and 1 deletions

View file

@ -12,6 +12,10 @@ jobs:
run: /usr/bin/python -m venv .venv
- name: Install dependencies
run: ./.venv/bin/pip install -r requirements.txt
- name: Build PDF exports
run: |
. .venv/bin/activate
myst build --execute --pdf
- name: Build static HTML
run: |
. .venv/bin/activate