Skip to content

CM V2.3.7: better support for debugging #9

CM V2.3.7: better support for debugging

CM V2.3.7: better support for debugging #9

Workflow file for this run

name: Publish documentation site
on:
release:
types: [published]
push:
branches:
- main
- docs
jobs:
publish:
name: Publish the site
runs-on: ubuntu-latest
steps:
- name: Checkout repository normally
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Mkdocs
run: pip install -r docs/requirements.txt
- name: Run Mkdocs deploy
run: mkdocs gh-deploy --force