Update pip install command in demo workflow to use mystmd

This commit is contained in:
Edgar P. Burkhart 2025-02-09 18:54:47 +01:00
parent 3312de4583
commit 2256cc1647
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -7,5 +7,5 @@ jobs:
runs-on: self-hosted
steps:
- run: /usr/bin/python -m venv .env
- run: ./.env/bin/pip install myst
- run: ./.env/bin/pip install mystmd
- run: ./.env/bin/myst build --html