add flit
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 16s
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 16s
This commit is contained in:
parent
f4575344f0
commit
ce461a52c0
@ -26,9 +26,15 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
- name: Build docs with mkdocs
|
- name: build package with flit
|
||||||
run: |
|
run: |
|
||||||
pip install mkdocs mkdocs-material mkdocs-material-extensions
|
pip install -U flit
|
||||||
cd docs
|
flit build
|
||||||
mkdocs build
|
find dist
|
||||||
find site
|
|
||||||
|
# - 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