Update documentation

This commit is contained in:
Dheepak Krishnamurthy 2021-03-24 11:10:15 -06:00
parent 285916e9b1
commit fb86af363e
2 changed files with 2 additions and 12 deletions

View file

@ -22,6 +22,8 @@ jobs:
python3 -m pip install mkdocs # install mkdocs
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
- name: Build site
run: mkdocs build
- name: Github Pages Deploy