mirror of
https://github.com/niess/python-appimage.git
synced 2025-07-21 04:41:14 +02:00
14 lines
167 B
YAML
14 lines
167 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
mkdocs:
|
|
configuration: docs/mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|