Skip to content

Aligned README.md for samples/39_fintech_evidence_governance #23

Aligned README.md for samples/39_fintech_evidence_governance

Aligned README.md for samples/39_fintech_evidence_governance #23

Workflow file for this run

# One-time: GitHub repo → Settings → Pages → Build and deployment → Source:
# "Deploy from a branch" → Branch: gh-pages, folder: / (root). Otherwise https://…github.io/…/ shows 404.
name: Publish Docs
on:
push:
branches:
- feature/mkdocs
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -r requirements.txt
- run: pip install -r requirements.mk.txt
- run: pip install -e .
- run: mkdocs gh-deploy --force