Fix ordering and go back to reqs

This commit is contained in:
Joshua Boniface 2023-09-15 12:10:01 -04:00
parent 2e2eaaa918
commit 2a3cfc5b58
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ build:
os: 'ubuntu-22.04'
tools:
python: '3.9'
apt_packages:
- mkdocs
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
python:
install:
- requirements: requirements.txt