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

This commit is contained in:
Mihajlo Medjedovic 2023-07-24 19:30:32 +02:00
parent 23c9decb6e
commit 226477486b

View File

@ -13,10 +13,12 @@ jobs:
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
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
python-version: '3.9.5' # Version range or exact version of a Python version to use, using SemVer's version range syntax
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
- name: build site
run: pip3 install mkdocs