ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 28s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 28s
This commit is contained in:
parent
23c9decb6e
commit
226477486b
@ -13,10 +13,12 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.0.1' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.9.5' # 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
|
env:
|
||||||
|
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||||
|
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||||
|
|
||||||
- name: build site
|
- name: build site
|
||||||
run: pip3 install mkdocs
|
run: pip3 install mkdocs
|
||||||
|
Loading…
Reference in New Issue
Block a user