Add execution step to Forgejo workflow for MyST build

This commit is contained in:
Edgar P. Burkhart 2025-02-28 13:29:43 +01:00
parent 976e5db7ed
commit 9e02248a5a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

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