ci: pythong
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 8s

This commit is contained in:
Mihajlo Medjedovic 2023-07-24 19:27:45 +02:00
parent 090f3e7fee
commit 23c9decb6e

View File

@ -14,6 +14,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.0.1' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: build site
run: pip3 install mkdocs