Replace demo workflow with serve workflow, adding dependencies and enhancing file copy process

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

View file

@ -11,7 +11,7 @@ jobs:
- name: Initialize virtual environment
run: /usr/bin/python -m venv .env
- name: Install dependencies
run: ./.env/bin/pip install mystmd
run: ./.env/bin/pip install mystmd jupyterlab_myst ipykernel altair pandas
- name: Build static HTML
run: ./.env/bin/myst build --html
- name: Copy files