add mkdocs
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 1m10s
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 1m10s
This commit is contained in:
parent
74e2444bd4
commit
f4575344f0
@ -25,4 +25,10 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest
|
||||
- name: Build docs with mkdocs
|
||||
run: |
|
||||
pip install mkdocs mkdocs-material mkdocs-material-extensions
|
||||
cd docs
|
||||
mkdocs build
|
||||
find site
|
Loading…
Reference in New Issue
Block a user