Fix command for building HTML output in demo workflow

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

View file

@ -8,4 +8,4 @@ jobs:
steps:
- run: /usr/bin/python -m venv .env
- run: ./.env/bin/pip install myst
- run: ./.env/bin/python -m myst build --html
- run: ./.env/bin/myst build --html