Added blog

This commit is contained in:
Will McGugan
2022-11-06 15:41:12 +00:00
parent ae61749a8d
commit a46eda2fa0
42 changed files with 212 additions and 109 deletions

View File

@@ -11,8 +11,10 @@ format:
format-check:
black --check src
docs-serve:
rm -rf .screenshot_cache
mkdocs serve
docs-build:
mkdocs build
docs-deploy:
rm -rf .screenshot_cache
mkdocs gh-deploy