Skip to content

Added architetural diagrams to MCS and MSA pathways #339

Added architetural diagrams to MCS and MSA pathways

Added architetural diagrams to MCS and MSA pathways #339

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3 # Updated to the latest version
- uses: actions/setup-python@v4 # Updated to the latest version
with:
python-version: '3.x'
- run: pip install "mkdocs-material" "mkdocs-static-i18n[material]" # Install dependencies
- run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}