ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 11s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 11s
This commit is contained in:
parent
769d515486
commit
8a8482c8c4
@ -18,6 +18,11 @@ jobs:
|
||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||
|
||||
- name: Install pip3
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install python3-pip
|
||||
|
||||
- name: build site
|
||||
run: |
|
||||
pip3 install mkdocs
|
||||
|
Loading…
Reference in New Issue
Block a user