Update demo workflow to trigger on dev-actions branch and add Python environment setup

This commit is contained in:
Edgar P. Burkhart 2025-02-09 18:48:51 +01:00
parent 53ea051b2f
commit 4b629f14b2
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -1,6 +1,11 @@
on: [push]
on:
push:
branches:
- "dev-actions"
jobs:
test:
runs-on: self-hosted
steps:
- run: echo All Good
- run: /usr/bin/python -m venv .env
- run: ./.env/bin/pip install myst
- run: ./.env/bin/python -m myst build --html