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

This commit is contained in:
Mihajlo Medjedovic 2023-07-24 19:47:59 +02:00
parent 769d515486
commit 8a8482c8c4

View File

@ -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