Skip to content

fix: do not replace electricity notifications #6

fix: do not replace electricity notifications

fix: do not replace electricity notifications #6

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
name: Deploy documentation
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs-material
run: pip install mkdocs-material
- name: Deploy Documentation
run: |
mkdocs gh-deploy --force
mkdocs --version