add flit
All checks were successful
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 16s

This commit is contained in:
Austin Godber 2024-07-23 08:00:50 -07:00
parent f4575344f0
commit ce461a52c0

View File

@ -26,9 +26,15 @@ jobs:
- name: Run tests
run: |
pytest
- name: Build docs with mkdocs
- name: build package with flit
run: |
pip install mkdocs mkdocs-material mkdocs-material-extensions
cd docs
mkdocs build
find site
pip install -U flit
flit build
find dist
# - name: Build docs with mkdocs
# run: |
# pip install mkdocs mkdocs-material mkdocs-material-extensions
# cd docs
# mkdocs build
# find site