Try to install via OS
This commit is contained in:
parent
a39d0fb22c
commit
2e2eaaa918
|
@ -2,13 +2,11 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: 'ubuntu-20.04'
|
os: 'ubuntu-22.04'
|
||||||
tools:
|
tools:
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
|
apt_packages:
|
||||||
python:
|
- mkdocs
|
||||||
install:
|
|
||||||
- requirements: requirements.txt
|
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
|
|
Loading…
Reference in New Issue