Fix ordering and go back to reqs
This commit is contained in:
parent
2e2eaaa918
commit
2a3cfc5b58
|
@ -5,9 +5,11 @@ build:
|
||||||
os: 'ubuntu-22.04'
|
os: 'ubuntu-22.04'
|
||||||
tools:
|
tools:
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
apt_packages:
|
|
||||||
- mkdocs
|
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
fail_on_warning: false
|
fail_on_warning: false
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue