Skip to content

Commit

Permalink
Implement documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 26, 2020
1 parent c9865dc commit 78975a9
Show file tree
Hide file tree
Showing 12 changed files with 973 additions and 484 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs.yml
@@ -0,0 +1,15 @@
name: Docs
on:
push:
branches:
- master
jobs:
Docs:
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

0 comments on commit 78975a9

Please sign in to comment.