Skip to content

chore: remove obsolete npm engine version #81

chore: remove obsolete npm engine version

chore: remove obsolete npm engine version #81

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9.x
- run: pip install mkdocs==1.5.2 mkdocs-material mkdocs-include-markdown-plugin mkdocs-git-revision-date-plugin
- run: mkdocs gh-deploy --strict --force