Skip to content

Fixed unresolved merge #93

Fixed unresolved merge

Fixed unresolved merge #93

Workflow file for this run

name: MkDocs Deploy
on:
push:
branches: # Act on main branch commit
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
cache: "pip"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force