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 - 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