Skip to content

.

. #1471

Workflow file for this run

name: Deploy
on: [push, pull_request]
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