added actions

This commit is contained in:
georgemihaila
2021-04-04 17:39:38 -05:00
parent e42e77077e
commit 5dc01b9299
2 changed files with 17 additions and 1 deletions

16
.github/workflows/docs.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: docs
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

2
.gitignore vendored
View File

@@ -91,4 +91,4 @@ target/
.mypy_cache/
# Exclude any virtual environment.
#venv/
venv/