Skip to content

deps: update mkdocs-material requirement from >=9.7.6 to >=9.7.7 (#125) #23

deps: update mkdocs-material requirement from >=9.7.6 to >=9.7.7 (#125)

deps: update mkdocs-material requirement from >=9.7.6 to >=9.7.7 (#125) #23

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- main
paths:
- 'docs/**'
- 'mkdocs.yml'
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install dependencies
run: pip install -r docs/requirements-docs.txt
- name: Build and deploy
run: mkdocs gh-deploy --force