Update documentation

This commit is contained in:
Dheepak Krishnamurthy 2021-03-24 12:44:37 -06:00
parent 1b6973f05a
commit e90a93c303
5 changed files with 19 additions and 3 deletions

View file

@ -23,7 +23,8 @@ jobs:
python3 -m pip install mkdocs-material # install material theme
python3 -m pip install pygments pymdown-extensions mkdocs-material-extensions termcolor mkdocs-material mkdocs-macros-plugin
- name: Copy README
run: cp README.md docs/index.md
run: |
cp README.md docs/index.md
- name: Build site
run: mkdocs build
- name: Github Pages Deploy