Enhance serve workflow by modifying build command to execute during HTML generation

This commit is contained in:
Edgar P. Burkhart 2025-02-09 22:29:56 +01:00
parent e61850fd55
commit 8414448855
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: ./.env/bin/pip install mystmd jupyterlab_myst ipykernel altair pandas
- name: Build static HTML
run: ./.env/bin/myst build --html
run: ./.env/bin/myst build --execute --html
- name: Copy files
run: |
rm -rf /data/srv/forgejo-runner/cours4.0