Add documentation page

This commit is contained in:
CasVT
2023-06-21 00:19:49 +02:00
parent 97bde5dc07
commit 47e5854f42
11 changed files with 409 additions and 29 deletions

20
.github/workflows/deploy.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Build and deploy docs
on:
push:
branches:
- Development
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs gh-deploy --force