2025-02-09 18:48:51 +01:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- "dev-actions"
|
2025-02-09 18:20:23 +01:00
|
|
|
jobs:
|
|
|
|
test:
|
2025-02-09 18:43:45 +01:00
|
|
|
runs-on: self-hosted
|
2025-02-09 18:20:23 +01:00
|
|
|
steps:
|
2025-02-09 18:48:51 +01:00
|
|
|
- run: /usr/bin/python -m venv .env
|
|
|
|
- run: ./.env/bin/pip install myst
|
2025-02-09 18:49:54 +01:00
|
|
|
- run: ./.env/bin/myst build --html
|