Skip to content

.

. #1555

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Deploy
run: |
pip install mkdocs-material
mkdocs gh-deploy --force