Add PDF export functionality and integrate courstex submodule
This commit is contained in:
parent
0240949bc6
commit
4b03461d1f
9 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue